Spring Websocket multi user chat with sound

Asked

Viewed 180 times

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

  1. Spring
  2. Websocket
  3. 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.

  • 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 ?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.