
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Serve Really Fast
A tiny, dependency-free static file server for Node.js. It serves a folder over HTTP, with directory listings, SPA fallback, and basic caching (ETag/Last-Modified) for quickly previewing local sites or builds.
Serving public/
- Local: http://0.0.0.0:8080
- Network: http://192.168.1.42:8080
[2025-12-03T20:00:42.007Z] GET /index.html -> 200
npm i -g srf
npx srf
Usage: srf [options] [root]
Options:
-p, --port <number> Port to listen on (default: 8080)
--host <host> Host to bind (default: 0.0.0.0)
--no-listing Disable directory listing
--spa Single Page App mode (serve index.html for 404s)
--cache <seconds> Cache-Control max-age in seconds (default: 0)
-h, --help Show this help
-v, --version Show version
Examples:
srf Serve current directory
srf -p 3000 public Serve ./public on port 3000
| Server | Requests/sec |
|---|---|
| srf | 22104 |
| http-server | 11504 |
| serve | 11479 |
Measured with wrk on a MacBook Air M2. In this run, srf is ~2× faster than http-server and serve by
requests/sec.
FAQs
A file server
We found that srf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.