Focus on one thing: Convert request handlers to express or node applications.
- Basic response object
- Support for returning (promised) JSON data
- Cookies (getting/setting)
- Routing with path params
- POC/smoke test suite
- Move out response into own module
- Turn the response into a proper stream
- Move out compilation into own module (quinnc)
- Move out router into own module
- Split the different CLS contexts (request/routing)
- Add a quinn CLI command for running an app
- Get rid of bundled modules, split up