Skip to content

SollyBunny/ZISS-Webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

ZISS

ZISS - ZISS is so silly

  • Made with NodeJS
  • Single file
  • Very smowl (600 lines)
  • Somewhat fast (citation needed)

Download

You can find the file here

Usage

This guide is for Arch Linux but will be similar for other distros/OSs

  1. Install NodeJS & NPM
    sudo pacman -S node npm
  2. Install websocket (optional)
    npm i ws
  3. Download webserver.js
    wget https://gist.githubusercontent.com/SollyBunny/3107e20f5c4c45532e37cc800aa984a1/raw/c4d4cd419bc8fd5f10eff6ae7f340057ec79f2ea/webserver.js
    or
    curl -o webserver.js https://gist.githubusercontent.com/SollyBunny/3107e20f5c4c45532e37cc800aa984a1/raw/c4d4cd419bc8fd5f10eff6ae7f340057ec79f2ea/webserver.js
  4. Run it!
    chmod +x webserver.js
    ./webserver.js
    or
    shnode ./webserver.js

For further/advanced details see the mantext at the start of webserver.js

About

A node.js http(s)/ws server which is all in one neat file :D

Resources

Stars

Watchers

Forks