Introduction

Learn about the Play framework.

We'll cover the following...

What is Play?

Play is a web-framework for building scalable, asynchronous web-applications using the Akka concurrency model. Play 2 can work with either Scala or Java, although we’re going to assume you’re using Scala for now.

Quick overview of

...