facebook / wangle

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
Apache License 2.0
3.04k stars 536 forks source link

In relation with proxygen and builiding http server #87

Closed diorahman closed 7 years ago

diorahman commented 7 years ago

What's the relation of this with proxygen? Can we build an http server based-on wangle?

anirudhvr commented 7 years ago

Yes, you can build an HTTP server using wangle acceptor and proxygen HTTP libraries. See examples here: https://github.com/facebook/proxygen/tree/master/proxygen/httpserver. Posting there or on the mailing list will get you the attention of proxygen devs.