Jester is a sinatra-like web framework for Nim. Jester provides a DSL for quickly creating web applications in Nim. Example: import jester, asyncdispatch, htmlgen routes: get "/": resp h1("Hello world") runForever()