Description: As we all know, the browser itself does not support the establishment of a direct channel between each other to communicate, are through the server to transit. For example, there are now two clients, A and B, they both want to communicate, first of all need a server, B and the establishment of a network between the server. A send a message to B, the first message sent to the server, the server on a message to transit, sent to the B Department, which is the same. So that a message between A and B through two channels, the efficiency of communication at the same time by the bandwidth of these two channels. At the same time such a channel is not suitable for data transmission, how to establish a point-to-point transmission between the browser, has been plagued by the developer. WebRTC came into being, skyRTC is an example of WebRTC.
To Search:
File list (Check if you may need any files):
SkyRTC-demo-master
SkyRTC-demo-master\README.md
SkyRTC-demo-master\index.html
SkyRTC-demo-master\package.json
SkyRTC-demo-master\public
SkyRTC-demo-master\public\SkyRTC-client.js
SkyRTC-demo-master\server.js