chatscope / use-chat

React hook for state management in chat applications.
https://chatscope.io
MIT License
147 stars 23 forks source link

SOCKET.IO INTEGRATION #12

Open iamshour opened 2 years ago

iamshour commented 2 years ago

Hello! Your work is awesome, but could you please provide an example of how an integration between this hook with socket.io server?

jackytank commented 6 months ago

indeed, It would be great if use-chat library can provide example of integrating simple WebSocket integration just like this one: https://github.com/JayaramachandranAugustin/ChatApplication

I tried hard to implement the public chat room that everyone can chat based on the use-chat example, anyone has any suggestion onto implement this feature?