Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 454 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 454 Bytes

simple-datachannel

A simple WebRTC datachannel establishment demo. The explanation you can find in my blog post.

Prerequisites

  • Node and NPM

How to run

In the terminal type the following:

npm install
node ws-server.js

Now go to http://localhost:8888