Enkan is a minimal framework inspired by ring-clojure. We built Enkan and Kotowari to solve one problem:
building a web application by more explicit and simple way.
- Middleware pattern
- No configuration files
- Anti-blackbox
- Avoid annotation hell
- Hot reloading
- Kindly exception for misconfiguration
- Trace the request / response
- Start server quickly
- Metrics ready
- All in the REPL
Kotowari is a minimal web framework on Enkan.
- Routing like Ruby on Rails
- HTML template rendering
- Serialize/Deserialize a java object to/from various message formats.