akka support [akka] module
This module is for the Play 1.x series only.
akka (http://akkasource.org) is a platform for building simple, correct, fault-tolerant, concurrent, and scalable applications for the JVM. This module allows you to configure akka through The Play! framework’s conf/application.conf file; it provides a few command-line scripts to start akka when your application starts; and it has some examples of it in action.
http://github.com/dwhitney/akka
Written by Dustin Whitney.
Published releases
head | Jul 10 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install akka-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> akka {version}