yugaldekate / chat-app

0 stars 0 forks source link

Conversations & SocketIO setup #23

Open yugaldekate opened 2 months ago

yugaldekate commented 2 months ago

-Create utils to start one-on-one conversation

yugaldekate commented 2 months ago

-Created utility functions findConversation() createNewConversation() getOrCreateConversation()

yugaldekate commented 2 months ago

-Modified CharHeader component to show the profile image -Show the ChatHeader in memberId page

yugaldekate commented 2 months ago

-Installed socket.io and socket.io-client from npm

yugaldekate commented 2 months ago

-Created SocketIO for handling the SocketServer -Created ClientIO for handling the SocketClient -Created the SocketProvider using useContext hook to access the socket and isConnected

yugaldekate commented 2 months ago

-Created socket-indicator component to show the connection state of socket