Skip to content

Chat feature optimization #58

@deepraj21

Description

@deepraj21

Describe the bug
Implement the chat functionality using socket and make it more optimized.

Filess

  1. 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:

  1. Go the server and run it (flask run)
  2. Go the client and run it (npm run dev)
  3. open localhost:5173
  4. if logged in it will redirect you to /home from there go to /message from url or sidebar

Expected behavior

  1. use socket for seamless interaction between two users and make it persistent
  2. when user starts message it should be visible in message list
  3. encryption of message (if possible)

Metadata

Metadata

Labels

bugSomething isn't workingserverServer Logic of Devhub

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions