SignalR-WinForm server,
Recently, project requirements need to be implemented to obtain server information on the webpage. As we all know, it is difficult for web programs to obtain client information, such as MAC, CPU, and hard disk information. At that time, I thought about some solutions, such as using the IE Plug-in, but only using the IE browser. When I was so anxious about this, on the way home one day, I was inspired to see if I could provide a service on the client.JavaScriptAccess this service. But again,JavaScriptWhat services are accessible, such as Socker, WebSocker, SOCKET. IO, and SignalR. After a survey, I personally created a case program practice. I personally feel that the best way to use it is SignalR.
Socker and WebSocker can also be used, but the development is too large and difficult to control.
Related Article address:
WebSocker: http://www.cnblogs.com/dolphinX/p/3462898.html
SOCKET. IO: https://socket.io/