Documentation

You are viewing the documentation for the 3.0.2 release. The latest stable release series is 3.0.x.

§Server Backends

Play comes with 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 Pekko HTTP server backend, based on the Pekko-HTTP server. Prior to 2.6.x, the server backend is Netty.

Next: Play with Pekko HTTP Server