pekko/akka-docs/additional/third-party-integrations.rst

18 lines
432 B
ReStructuredText
Raw Normal View History

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