Documentation

You are viewing the documentation for the 2.6.x release series. 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


Found an error in this documentation? The source code for this page can be found here. After reading the documentation guidelines, please feel free to contribute a pull request. Have questions or advice to share? Go to our community forums to start a conversation with the community.