Akka-based web application architecture

Where can I find some diagrams / discussions / examples for web applications based on Scala Akka services? I am wondering how to integrate the user interface, etc. Only cloud support options.

+5
source share
1 answer

I'm not sure this is exactly what you wanted, but here is an example for a Scala web application using Lift for the front end and Akka at the end: http://maciejmatyjas.com/2010/07/scaling-web-apps- with-akka /

Source: https://github.com/matyjas/LSUG-Akka-Lift-Demo

0
source

All Articles