Knot

True README is coming soon.

For now, Knot is an early version of creating a very small, lightweight wrapper over Rack for simple HTTP apps

Currently, it can:

route requests

  • has optional filters that take place before a specified set of requests

render ERB templates

  • it caches templates, even in development, so you'll have to restart your server.

render JSON

basic HTTP (responses / redirects / headers)