Spartan-Messenger
A client server gRPC chat application
- One-one chat
- Group chat
- LRU cache (5 messages)
- Encrypted messages to the server
Steps
- Install requirements.txt
pip3 install -r requirements.txt
- Run server on any port
python3 server.py
- Run the client
python3 client.py