Simple C server
Home | Concept | Usage | Tests
The purpose of this project is to implement a simple key-value storage server in C, and a very basic Python client to check its functionalities.
Server and client both run on Linux. (Tested on Ubuntu 18.04)
Stores key-value pairs
Responds to the following HTTP requests