606 B
606 B
cws
A Web Server written in C (educational 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