Template for implementing algorithms in Scala, going to be used for Reaktor Code Camp 11. Contains basic setup using jetty, scalatra and lift-json so we can process JSON requests.
./sbt update
./sbt jetty
Goto http://localhost:8080/
Happy hacking