- Build/Install dependencies
β cd emojicode-web-server
β ./configure
- To run the program
β make
- To clean compiled files (main, .o, compiled)
β make clean
β make docker
- Listening Port:
8888
- Web Root:
/var/www/emoji/html
- Default Page:
index.html
- No. of Workers:
512
- Can only serve GET requests..for now
- Supports HTTP/1.1 & below
- Pages not cached to RAM unlike Apache, nginx
- No config file