simple web server in c.
status: kinda stable
recording-2024-06-25_16.35.28.mp4
$ make
$ ./build/main.out
- it does not crash
- it can serve html, css, js, images, etc
- it can reply with json as well
- can handle CRUD operations
- static routing
- no dynamic routing
- not multi-threaded
- a somewhat bad implementation of the routing
-
fix the life of the server
-
get requests
-
get it to render bytes
-
post requests
-
fix getting content-length
-
somehow send json data
-
get css and js working
-
todo front end
-
todo back end
-
some how connect the front end and back end
- my friend DitherWither for helping me out with the code and his amazing repo
- Beej's guide to network programming
- Eric O Meehan's yt channel
- dev.to tutorial by jeffreythecoder