0.2.0 • Published 12 years ago
stfu v0.2.0
- When you want a quick web server serving files from current directory, just
stfu. - When you want to send a file quickly over HTTP, just
stfu.
I can't find a simple script that serves the files from current working directory,
and python -m SimpleHTTPServer is too slow. So I made this. I call it stfu,
which stands for serve the files up.
Installation
npm install -g stfuUsage
stfuWill stfu on port 33775.
PORT=12345 stfuWill stfu on port 12345.