/key_value_store

Simple in-memory key-value store

Primary LanguagePythonMIT LicenseMIT

Simple in-memory key-value store

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