pekko/akka-docs/additional/third-party-integrations.rst
Jonas Bonér ce296b0481 Misc additions to, and rewrites and formatting of, the documentation.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-15 14:26:17 +01:00

17 lines
432 B
ReStructuredText

Third-party Integrations
========================
The Play! Framework
-------------------
Play 2.0 is based upon Akka. Uses all its eventing and threading using Akka actors and futures.
Read more here: `<http://www.playframework.org/2.0>`_.
Scalatra
--------
Scalatra has Akka integration.
Read more here: `<https://github.com/scalatra/scalatra/blob/feature/newakka/akka/src/main/scala/org/scalatra/akka/AkkaSupport.scala>`_