§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.