I want to write a Thrift service using Scrooge.
Thrift has almost no documentation and Scrooge has even less.
How do I install Scrooge on an Ubuntu or OSX machine?
Once installed, and I have created a .thrift, how do I use Scrooge to generate server code and client code?
I created a giter8 template for you.
Install conscript
Install giter8
Get my template
Install sbt (I Like sbt-extra) + add sbt to your $PATH
apply default parameters
Start a server on a terminal tab
Start a client on another terminal tab when the server has started