Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个 websocket 服务器来接收命令并将其发送回所有连接的客户端。基本上,它使程序能够相互通信。你能告诉我从哪里开始吗?
好吧,有许多已实现的解决方案可以提供诸如socket.io、Firebase Real time database和signalr许多其他的实现。
socket.io
Firebase Real time database
signalr