Allow to register servers that encapsulate the creation of sockets, codecs, handling protocol and so on in a easy way. ``` application.register(new HTTPServer()).onPort(8080).withHandlers(...) ``` Define a life-cycle for the servers (load, configure...)
Allow to register servers that encapsulate the creation of sockets, codecs, handling protocol and so on in a easy way.
Define a life-cycle for the servers (load, configure...)