6
I’m trying to develop a real-time chat, with the following scenario.
- Online clerk
- Every user he meets is a conversation One to one
- An attendant sees all users on a list that he is attending.
- When he speaks, he speaks to only one.
- You can also choose to talk to everyone.
- I may have a list of attendants, each attendant has a list.
- My list of attendants must be logged in, to receive users in your list.
- Every incoming message from anywhere should ring that "pooom" sound of incoming message
Someone has documents, websites and projects with the features below
- Spring
- Websocket
- html client
To guide in this direction and meet what I need or part of it?
Today I’m with a chat that’s like this, like those old chat rooms where someone comes in and talks to everybody all at once, and also this reading the old messages
Put here the chat code you have.
– relaxeaza
Try asking a more objective question. Include your code, and describe the problem you are facing. This makes it easier to solve. By the way, you already know http://tawk.to ?
– Ezequias Dinella