Skip to content

This is the smallest project demonstrating the use of akka with its microkernel and REST module. For more information about akka, please visit http://akka.io/

Notifications You must be signed in to change notification settings

jletroui/akkaminimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile and run this project, open a command prompt in the project base directory and type:

mvn package
cd target\runtime
start_akka.bat

Then open a browser and go to http://localhost:9998/scalacount. You should see: 

Tick:1

About

This is the smallest project demonstrating the use of akka with its microkernel and REST module. For more information about akka, please visit http://akka.io/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages