Skip to content

ograycode/akka-spray-cluster-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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'

About

This is a combination of the Akka cluster example with Spray.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published