0

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?

1 Answers1

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