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.05k stars 539 forks source link

Add more examples #22

Open oh-its-jimjam opened 8 years ago

oh-its-jimjam commented 8 years ago

I got feedback from some developers that wasn't much examples so I decided to add more examples. I've started off with the most basic: Echo Server/Client. #21

I will write a custom binary protocol next.

petomalina commented 8 years ago

Custom binary protocol would be really great. What is the status right now? I am writing a application which should be able to distinguish also between authenticated clients. Is there any way to do this? Most of the examples are rather simple in this. It would be great to know, how to serve more different messages, work with context, etc.