Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 372 Bytes

PeerJS Example

In this super simple example you will see how to use peerjs to send data from one to another.

host.html

Will create lobby and will wait for connection. If there is connection it will print data in console.

client.html

Will connect to host and send hi! if connected.


Build with PeerJS Stable (1.4.7)

Read more: https://peerjs.com/