Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 492 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 492 Bytes

socket.io and simple-peer

First experiments with socket.io and simple-peer. This simple chat application uses simple-peer library to connect two peers, the signaling is implemented with socket.io.

Inspired by socket.io getting started, this NODESOURCE article, and simple-peer usage example.