Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
I am looking at BasicStorage.
We add and publish messages with addMessage and use MessageIdGenerator internally, but we sometimes ask the server to issue message IDs.
It would be helpful if it could be accepted asynchronously.
I am looking at BasicStorage. We add and publish messages with addMessage and use MessageIdGenerator internally, but we sometimes ask the server to issue message IDs.
It would be helpful if it could be accepted asynchronously.