architecture of interactive applications between mobile devices, PCs and other hardware based on WebSocket communication protocol
WebSocket Advantages
1 Support H5 of the basic popularity of the browser, mobile can achieve real-time web version communication, compared with the socket does not have to develop the app.
The 2 protocol is relatively simple, and it is easier to implement a service program that communicates between the WebSocket client and the socket client.
3 According to the need can be deployed to the intranet or external network, to achieve control or remote control within the LAN.
What needs to be developed are:
1 server-side
1.1 Web Program (websocket client JS)
1.2websocket server-side message distribution program (can contain compatible sockets)
2 PC Application
2.1 WebSocket Client
2.2 Serial host computer program
3 single chip microcomputer embedded programming
4 mobile App Development