E
E
Encoder Encoder2018-12-02 02:06:35
JavaScript
Encoder Encoder, 2018-12-02 02:06:35

What is the best way to make a web version of the client-server?

Greetings friends. There is one problem and now I'm thinking how to implement it ...
5c0313f84944f401246288.png
We need a simple service to send signals in real time, through a browser.
Let's say there are 8 people. Everyone enters the site and logs in with their own number. Then he sees 8 digits (numbers of all participants) and a button to send a request. When he presses (and holds) the button, the number under which he is registered in the service is highlighted for all participants (red), and when he releases the button, his number returns to its original state (black).
Such is the problem for the general development. The question is: is it possible to do this with php + ajax?
PS: This is my first post here, so sorry if it's wrong)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2018-12-02
@coder15

Websockets. Socket.io, and authentication on OIDC + jwt

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question