f13426283e170da5d6d9dfa358ab57aff5063a99
cws
A simple Web Server written in C (learning purposes)
Requirements
How to build
$ meson setup build
$ cd build
$ meson compile
And then run cws!
Roadmap
- Understading basic web server concepts
- Basic server
- Enhance web server
- Request parser (methods and headers)
- Serve static files
- Multithreading (non blocking I/O with
epoll) - Logging
- Advanced
- HTTPS support
- Caching
Resources
You can find my journey inside the notes directory!
Languages
C
71.6%
HTML
26.5%
Meson
1.9%