daniloqueiroz / no8

GNU Lesser General Public License v3.0
1 stars 0 forks source link

Create Servers #12

Open daniloqueiroz opened 9 years ago

daniloqueiroz commented 9 years ago

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