jonmorehouse / gatekeeper

a pluggable http routing runtime
12 stars 1 forks source link

*: app start/stop; plugins converted to use concrete error types #23

Closed jonmorehouse closed 8 years ago

jonmorehouse commented 8 years ago

This is coming along nicely! So in this PR we introduce the following:

After this PR, the application boots, boots dependencies and blocks waiting on the various servers. The main binary app accepts signals and can call app.Stop() to stop the server. We've tested the flow of the various plugins and have also ensured that ghost processes aren't hanging around.

A few things to follow up on later: