Blog
Notes on building and shipping servd.
6 min read
Replacing http-server with servd
A practical migration from npm's http-server to servd — equivalent commands, what changes, and what you gain.
migrationhttp-serverstatic
5 min read
Introducing servd
A single-binary static, SPA, HTTP and WebSocket server for development, testing and light hosting — distributed over npm.
releasegostatic
6 min read
One port, one origin: proxying WebSockets with servd
How servd tunnels WebSocket upgrades alongside HTTP on a single port, and why that removes CORS from your dev loop.
websocketproxycors
7 min read
A self-supervising daemon in one binary
How servd --daemon detaches a supervised worker, restarts crashes with backoff, and stays controllable per port — with no external process manager.
daemongoreliability