Http server
- 1 Devlogs
- 2 Total hours
Im building a C http server
Im building a C http server
Hey! I am working on simple memory efficient (not memory safe xd) http server in C. Rn I’ve done simple parser of input request, it gets the html file based on the input. For now it only prints the file, now I’m gonna add some actual network stuff.