February 2018
Intermediate to advanced
552 pages
13h 46m
English
Play Framework 2.6.x has the following new or updated features:
Prior to Play 2.6.x, it had the JBoss Netty server as the default backend server. From 2.6.x onwards, it has a new default backend server, Akka HTTP server, which is built on the akka-http module. It still supports the JBoss Netter server with some configuration changes.
lazy val root = (project in file("."))
.enablePlugins(PlayScala, PlayNettyServer)
.disablePlugins(PlayAkkaHttpServer)
Read now
Unlock full access