Minimalistic server library for Node.js. It supports routing, middlewares, parsing common request bodies (JSON, form data, etc), static file serving.
In order to see how it works, you can download and run this demo project (in the project root directory run npm install and then npm start).