socketio / socket.io-p2p

MIT License
1.02k stars 180 forks source link

can i use socket.io-p2p to establish a connection between my server and client #53

Open rockyjordan opened 5 years ago

rockyjordan commented 5 years ago

can i use socket.io-p2p and socket.io-p2p-server to establish a peer connection between my server and client? I want to send getUserMedia streams to my server perform some operations and send it back to the client.