Polka
A micro web server so fast, it'll make you dance
Polka is a micro web server for Node.js that positions itself as an extremely minimal yet highly performant alternative to Express. Under the hood it is essentially a thin layer on top of Node’s native HTTP server, adding just enough routing, middleware, and sub-application support to be productive without the weight of a full framework. Its API is intentionally similar to Express, which makes it easy for existing Express users to migrate or share middleware with minimal changes. ...