+ 3
Websocket vs webrtc...
What is the basic difference between websocket and webrtc and which one is better? If anybody have any reference link or site name please share.
2 odpowiedzi
+ 4
i think webRTC is used for streaming(video/audio/data); while websocket is used for sending messages between server and client.
https://stackoverflow.com/questions/18799364/webrtc-vs-websockets-if-webrtc-can-do-video-audio-and-data-why-do-i-need-web
+ 1
thanks....