TDevUIT / PirateSocial

Make awesome things! We connect a public who have a pirate mind to do pirate things.
0 stars 1 forks source link

Set Up Real-Time Messaging with Socket Chat and API Integration #21

Closed vanthaita closed 1 week ago

vanthaita commented 1 week ago

Summary:

Implement real-time messaging using socket communication to call APIs from the server and display responses in the chat window without modifying the source code.

Scope: This feature pertains to the chat application, specifically handling the integration of socket-based messaging and API interactions to update the chat interface in real-time.

Detail: When a user initiates a contract listing, create a chat room for that contract. Ensure that socket communication is established so that any messages related to the contract are sent to and received from this chat room.

Checklist: