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
- Host: GitHub
- URL: https://github.com/zotho/key_value_store
- Owner: zotho
- License: mit
- Created: 2020-11-19T02:38:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T03:39:31.000Z (over 5 years ago)
- Last Synced: 2025-12-27T01:38:09.603Z (6 months ago)
- Topics: client-server, http, threads
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```