An open API service indexing awesome lists of open source software.

https://github.com/zotho/key_value_store

Simple in-memory key-value store
https://github.com/zotho/key_value_store

client-server http threads

Last synced: 23 days ago
JSON representation

Simple in-memory key-value store

Awesome Lists containing this project

README

          

# Simple in-memory key-value store

```bash
python3 server.py [host] [port] # For start server only
python3 client.py [host] [port] [noserver] # Start client with server (by default)
python3 test.py # Test client and server
```