Building a play frontend for an akka cluster. The frontend provides
- A cluster state dashboard
- A job-execute frontend to calculate the factorial
Run each line in a new terminal.
sbt "backend/run 2551"
sbt "backend/run 2552"
sbt "project frontend" run
Go to localhost:9000 and enjoy the frontend.
- Download Typesafe Activator (or copy it over from a USB)
- Extract the zip and run the
activator
oractivator.bat
script from a non-interactive shell - Your browser should open to the Activator UI: http://localhost:8888