A simple & speedy abstraction layer for node web servers 🐶
- simple, easy to use api
- worker thread support for 🔥 blazing fast response times
- middleware support
- router support
- static directory serving
- exposes underlying node HTTP API for full customization, just adds helpers
- command line interface
- static typed, very handy intellisense
- familiar express style
npm i httpuppy
yarn add httpuppy
npx httpuppy --serve path/to/files
create static dev server which is mounted at path/to/files
by default on port 3000