I would like to create a websocket server that receives the command and sends it back to all connected clients. Basically, it makes the programs able to communiciate with each other. Can you tell me where to begin?
Asked
Active
Viewed 47 times
0
-
Can anyone comment on it? – Mr. Maxwell Sep 11 '18 at 20:14
1 Answers
0
Well there are many implemented solutions for that which provide the implementation like socket.io
, Firebase Real time database
, signalr
and many other.

michaelitoh
- 2,317
- 14
- 26