Hi everyone , I'd like to introduce my web framework [Looper](https://github.com/bung87/Looper)
Build upon `chronos` and serveral excellent projects. It self contain a http server pase http streamly which means parsing is buffered, that's the major difference between other known web framework in Nim. I have problem generating docs , so check tests and examples for now. I notice there's nimble packag named `looper` so the project name may change in future. It's a micro web framework , currently I only focus on core features that a web framework needs, welcome create issue tell me whats your needs that a web framework should have. Features: * Parse http request streamingly. * Parse form streamingly and lazyly. * Send file and attachement streamingly. * Http Basic auth, Bearer auth , Digest auth(planed). * Serve static files (env:StaticDir) * Parse JSON lazyly. * cookies module.