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.
我目前正在开发一个程序,该程序将成为对等聊天系统。如果程序的每次启动都会初始化一个客户端和一个服务器。
我有可以向 Server2 发送消息的 Client1,但我还没有找到一种方法来让消息显示在 Client2 的聊天屏幕上。
由于我必须在启动客户端之前启动服务器,有没有办法在两台服务器之间传递信息?
我有服务器端用于数据的客户端、服务器和 Class1。
您可以使用SignalR发送消息客户端/服务器或服务器/服务器