@@ __ ___ __ ______ ___ ___ _______ _____ ______ @@
@@ / / / _ | / |/ / _ )/ _ \/ _ | / ___/ // / _ /_ __/ @@
@@ / /__/ __ |/ /|_/ / _ / // / __ | / /__/ _ / __ |/ / @@
@@ /____/_/ |_/_/ /_/____/____/_/ |_| \___/_//_/_/ |_/_/ @@
A (soon-to-be) end-to-end encrypted chat client and server.
- Install Python
- Clone the project:
git clone https://github.com/azedeveloper/lambda-chat.git/
- If you're on windows, install the curses library:
pip install windows-curses
Server:
- Open the
server
folder. - Configure the
server.json
to your needs. - Run the
server.py
script.
Client:
- Open the
client
folder. - Configure the
client.json
to your needs. - Run the
client.py
script.
-
Sockets -
Console UI -
Authentication - End-2-end encryption