Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 538 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 538 Bytes

decentralized-messaging

#HOW TO RUN

Start Server firt

python3 src/server.py

Start As many client you want

python3 src/client.py

Start sending messages

From the client window, start sending messages
See the connected client info in the server room

Edge cases

  1. For now first close your all clients and then stop server
  2. Using the same alias

Advanced Goals TODO

  1. Save the history of chats in some DB
  2. Broadcast everything to all clients when they join???? may be a requirement