Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 359 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 359 Bytes

Time Server

Just a project to refresh my knowledge about fundamental concepts in C and networking as I have mostly been playing around with Python and Go and forgot a lot of stuff.
This is just a simple server that returns the current time in json format.
I want to make one version using child processes per request and one that uses threads instead.