Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 239 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 239 Bytes

A sample app using Finagle client using Apache Thrift

For running the sample execute in one terminal:

cd finagle-thift-sample/server
sbt run

And form another terminal run:

cd finagle-thrift-sample/client
sbt run

Enjoy !! (Y) :)