chatscope / use-chat

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

Disabling Web Sockets #16

Closed ElGusanito closed 1 year ago

ElGusanito commented 1 year ago

Hi - really like this library biut we can'r use websockets within our organisation - is there an way of disabling this? We like the interface but don't want a realtime solution

supersnager commented 1 year ago

@ElGusanito How you send and receive messages depends on your own implementation. The library doesn't provide any mechanism for sending/receiving message, so feel freet to use whatever you want (e.g REST).

ElGusanito commented 1 year ago

@ElGusanito How you send and receive messages depends on your own implementation. The library doesn't provide any mechanism for sending/receiving message, so feel freet to use whatever you want (e.g REST).

Thanks for your response.