-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Describe the bug
Implement the chat functionality using socket and make it more optimized.
Filess
- Go to './server/api/handlers/message/message.py' for server and './client/src/components/Message/Message.tsx' for client for the files
To Reproduce
Steps to reproduce the behavior:
- Go the server and run it (flask run)
- Go the client and run it (npm run dev)
- open localhost:5173
- if logged in it will redirect you to /home from there go to /message from url or sidebar
Expected behavior
- use socket for seamless interaction between two users and make it persistent
- when user starts message it should be visible in message list
- encryption of message (if possible)