Skip to content

Example of how we use the ammonite REPL with akka to provide a console into our systems.

Notifications You must be signed in to change notification settings

victorops/akka-console-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VictorOps Akka Console Example

This is a thing we use here at VictorOps, and it's awesome.

Run the example

$ git clone https://github.com/victorops/akka-console-example.git 

In terminal one:

$ cd akka-console-example
$ sbt counter/run

In terminal two:

$ cd akka-console-example
$ sbt console/run

In the ammonite REPL:

@ getCount
@ incrementCount
@ resetCount

About

Example of how we use the ammonite REPL with akka to provide a console into our systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages