Using WebSockets in a C# Web Application?

前端 未结 5 1165
甜味超标
甜味超标 2021-02-02 14:40

I know its possible to use WebSockets within C# using a console application running along side the web application but Im wondering if its possible to use the requests on the C#

5条回答
  •  感动是毒
    2021-02-02 15:36

    The source code of SuperWebSocket contains a web project which run a socket server in website. http://superwebsocket.codeplex.com/

提交回复
热议问题