Skip to content

πŸπŸ‡ A web server written in Emojicode πŸ‰

License

Notifications You must be signed in to change notification settings

xenthy/emojicode-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

emojicode-web-server

Setting Up

  1. Build/Install dependencies
➜ cd emojicode-web-server
➜ ./configure

Running Project using Make

  1. To run the program
➜ make
  1. To clean compiled files (main, .o, compiled)
➜ make clean

Running Project using Docker

➜ make docker

Configurations

  • Listening Port: 8888
  • Web Root: /var/www/emoji/html
  • Default Page: index.html
  • No. of Workers: 512

Limitations

  • Can only serve GET requests..for now
  • Supports HTTP/1.1 & below
  • Pages not cached to RAM unlike Apache, nginx
  • No config file

About

πŸπŸ‡ A web server written in Emojicode πŸ‰

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published