Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 400 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 400 Bytes

#Akka Cluster Example With Spray

This is a combination of the Akka cluster example with Spray.io. It uses very niave routing, which is only for demonstration purposes.

Run with:

  • sbt 'run-main main.TransformationFrontend 2551'
  • sbt 'run-main main.TransformationBackend 2552'
  • add new backend with sbt 'run-main main.TransformationBackend'
  • start console with sbt 'atmos:run'