cserver

Simple C server

Home | Concept | Usage | Tests


Project maintained by Deybacsi Hosted on GitHub Pages — Theme by mattgraham

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.

OS

Server and client both run on Linux. (Tested on Ubuntu 18.04)

The server

The client