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 537 forks source link

Add tutorial #24

Closed oh-its-jimjam closed 8 years ago

oh-its-jimjam commented 8 years ago

Add tutorial for #23

viswanathgs commented 8 years ago

Thanks for this again! I'm trying to import your commits, but the changes to EchoClient.cpp and EchoServer.cpp (which have already been merged) are being imported as well. Mind sending a separate PR with the commits to just tutorial.md and README.md? Thanks!

oh-its-jimjam commented 8 years ago

Oops, yes, I will fix that.

On Mon, 11 Jan 2016 18:34 Viswanath Sivakumar notifications@github.com wrote:

Thanks for this again! I'm trying to import your commits, but the changes to EchoClient.cpp and EchoServer.cpp (which have already been merged) are being imported as well. Mind sending a separate PR with the commits to just tutorial.md and README.md? Thanks!

— Reply to this email directly or view it on GitHub https://github.com/facebook/wangle/pull/24#issuecomment-170645893.

oh-its-jimjam commented 8 years ago

Fixed. Should be good to go.

viswanathgs commented 8 years ago

Thanks! Merged.