peerjs
peerjs copied to clipboard
PEERJS should include a GROUP option.
Example: peer = new Peer({group: "test"});
on other pc peer = new Peer({group: "test"});
and then be able to send a message to all group. groups could be random or specified in the new peer.
Have a look at the v2 branch https://github.com/peers/peerjs/tree/v2.0.0 We are experimenting with a new API, if it looks promising, it may be the new PeerJS
thanks! I missed that!
Have a look at the v2 branch https://github.com/peers/peerjs/tree/v2.0.0 We are experimenting with a new API, if it looks promising, it may be the new PeerJS
The latest commit was 14 months ago, is V2 abandoned?
I'd like to know if there are any plans on V2 too.