Skip to content

A (soon-to-be) end-to-end encrypted chat client and server.

Notifications You must be signed in to change notification settings

azedeveloper/lambda-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

@@    __   ___   __  ______  ___  ___     _______ _____ ______ @@
@@   / /  / _ | /  |/  / _ )/ _ \/ _ |   / ___/ // / _ /_  __/ @@
@@  / /__/ __ |/ /|_/ / _  / // / __ |  / /__/ _  / __ |/ /    @@
@@ /____/_/ |_/_/  /_/____/____/_/ |_|  \___/_//_/_/ |_/_/     @@
  

A (soon-to-be) end-to-end encrypted chat client and server.

Installation

  • 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

Running

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.

Checklist

  • Sockets
  • Console UI
  • Authentication
  • End-2-end encryption

About

A (soon-to-be) end-to-end encrypted chat client and server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages