Skip to content

Comment on Scala, Functional Programming and Play 2.0parent

Comments

Why?!? Play2 is essentially a collection of specialized Akka actors. When you run Play, you get Akka integration for free. Having an architecture where your Play actions send Akka messages to a cluster of computational nodes/actors requires about 3 lines of code and 5 lines of config. Ridiculously scalable.

>Having an architecture where your Play actions send Akka messages to a cluster of computational nodes/actors requires about 3 lines of code and 5 lines of config. Ridiculously scalable.

Scale what?

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.