Project-Stage-Academy / UA-1131_Forum-PS

0 stars 0 forks source link

Implement live-chat for fast interaction #50

Open haodn98 opened 8 months ago

haodn98 commented 8 months ago
  1. Add endpoints for live-chats -add special endpoints for creation a live chat, and endpoint for chats list

  2. Create and configurate a ws - connection to live-chats

    • end-point for chat
    • add JWT-auth checking
      1. Create mechanism for live interaction between users
    • create model for live-chat needs
    • create functionality for live-conversation between users
    • add chat-data to the redisDB(hashed for 24 hours)
  3. Add tests for functuanality