ZISS - ZISS is so silly
- Made with NodeJS
- Single file
- Very smowl (600 lines)
- Somewhat fast (citation needed)
You can find the file here
This guide is for Arch Linux but will be similar for other distros/OSs
- Install NodeJS & NPM
sudo pacman -S node npm
- Install websocket (optional)
npm i ws
- Download
webserver.js
orwget https://gist.githubusercontent.com/SollyBunny/3107e20f5c4c45532e37cc800aa984a1/raw/c4d4cd419bc8fd5f10eff6ae7f340057ec79f2ea/webserver.js
curl -o webserver.js https://gist.githubusercontent.com/SollyBunny/3107e20f5c4c45532e37cc800aa984a1/raw/c4d4cd419bc8fd5f10eff6ae7f340057ec79f2ea/webserver.js
- Run it!
or
chmod +x webserver.js ./webserver.js
shnode ./webserver.js
For further/advanced details see the mantext at the start of webserver.js