Hello Ninjas, In this blog series we’ll get a basic idea of Play Framework. Play is an open-source web application framework that follows the model view controller (MVC) architectural pattern. It is written in Scala and usable from other programming languages that are compiled to JVM bytecode, e.g. Java. Let’s get started.