Closed The-Code-Monkey closed 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
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).
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?