jonmorehouse / gatekeeper

a pluggable http routing runtime
12 stars 1 forks source link

split out listener server and api #95

Closed jonmorehouse closed 8 years ago

jonmorehouse commented 8 years ago

Let's split out the listener aspect (port binding, https etc) of the server from the actual implementation of each handler.

Why? Well this provides two things, first we need only one server to handle multiple different protocols and secondly, we can test the server in isolation.