Play Framework

Reactive web framework for Scala and Java — stateless, asynchronous, and built on Akka for high-throughput services.

Scala free Open Source web since 2007

Play was one of the first JVM frameworks to embrace reactive, non-blocking I/O throughout — no thread blocking, no synchronous calls. Its hot-reload, type-safe routing, and Twirl templates made Scala web development productive. Used at LinkedIn, Walmart, and many data-heavy applications requiring high concurrent throughput.

// tags

backendscalajavareactiveasyncrestakka
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub