geut / discovery-swarm-webrtc

discovery-swarm for WebRTC
MIT License
94 stars 23 forks source link

V3 #19

Closed tinchoz49 closed 4 years ago

tinchoz49 commented 4 years ago

Changes

This change allows to use clean websockets and reduce the size of the library since we don't need socket.io anymore.

Also socket-signal was designed like an abstract client that you can extend and create custom signal clients. For example discovery-swarm-webrtc is using socket-signal-websocket and extended to work with MMST.