Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some common use cases for using the Akka Microkernel?

Tags:

java

scala

akka

Based on the docs on akki.io I'm not seeing what common use cases the MicroKernel solves? Does anyone have some simple real world use cases?

thanks

like image 800
James Avatar asked May 19 '12 03:05

James


1 Answers

The Akka Microkernel module gives you a very light-weight and free "application server" bundle so it's easy to distribute and run your Akka application.

Read more about it here: http://doc.akka.io/docs/akka/2.0.1/modules/microkernel.html

like image 158
Viktor Klang Avatar answered Oct 01 '22 13:10

Viktor Klang