This application isn't meant to be a production grade chat application that would use E2EE system, but is a way to see how would you implement it in MENN stack.
You can Read More about how the system works from the blog I wrote here: Comming Soon
This is Frontend Part of Project. You need Server Code for the project to workGoto Backend Repository
- Language: JavaScript
- Web Socket: Socket.io
- Frontend: NextJS
- Backend Runtime: NodeJs
Clone the Repository
git clone talk/frontend
Navigate to Folder
cd talk/frontend
Install Dependencies
npm install
Run the Server
npm run dev
No. This Application was created so that I could better understand how Public Key Cryptography Works
Ofcourse Not! There probably are much better ways to do so, but this is how I did it. There aren't much information on creating such appliation available online so this is One of many ways to do so.
Yes. The project is a Full Stack Application. Goto Server Repository
You can play with the code as much as you want. The only thing I discourage is cloning the repository and distributing the project as a college assignment of anykind