kyren / webrtc-unreliable

Just enough hacks to get unreliable unordered WebRTC data channels between a browser and a server
Other
394 stars 29 forks source link

Could you not just have used peerJS does this already #1

Closed The-Code-Monkey closed 5 years ago

kyren commented 5 years ago

peerJS only seems to be a library for normal browser <-> browser WebRTC (but more conveniently)? I don't think that overlaps at all with this project?

The-Code-Monkey commented 5 years ago

What is the difference with your package as it seems to do the same thing and also webrtc is litterally for browser to browser communication

kyren commented 5 years ago

This project is for communication between a browser and a server process NOT running in a browser, and without depending on google's WebRTC library (which is a nontrivial subset of chromium).