- 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