Spring Websocket multi user chat with sound

6

I'm trying to develop a real-time chat with the following scenario.

  • Online Attendant
  • Each user he answers is a One to One conversation
  • An attendant sees all the users in a list that he is answering.
  • When he speaks, he speaks only to one.
  • You can also choose to speak with everyone.
  • I can have a list of attendants, each attendant has your list.
  • My list of attendants must be logged in to receive users on your list.
  • Each incoming message from either side should ring that "pooom" message sound coming

Someone has documents, sites and projects with the following characteristics

  • Spring
  • Websocket
  • html client
  • What do you mean by that and what do I need or part of it?

    Today I have a chat that is like that, like those old chat chat rooms, where someone comes in and talks to everyone at the same time, and also reading the old messages

    >     
    asked by anonymous 15.12.2016 / 00:24

    0 answers