Play framework is joining the Typesafe Stack — More information in the official announcement

Community contributed extensions

akka support [akka] module

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

akka-head ★ Jul 10, 2010 Documentation Download

To install locally this modules 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}

Check the documentation link of each release to check version notes.

Comments

Use this form to discuss about this module. Off-topic comments will be deleted without warning.