Documentation

You are viewing the documentation for the 2.8.0-M4 development release. The latest stable release series is 3.0.x.

§Server Backends

Play comes two configurable server backends, which handle the low level work of processing HTTP requests and responses to and from TCP/IP packets.

Starting in 2.6.x, the default server backend is the Akka HTTP server backend, based on the Akka-HTTP server. Prior to 2.6.x, the server backend is Netty.

Next: Play with Akka HTTP Server