A simple WebRTC datachannel establishment demo.
In the terminal type the following:
npm install
npm start
Now go to http://localhost:9008
{ “name”: “wampire-webrtc”, “version”: “0.0.1”, “description”: “A telnet chat-server”, “main”: “server.js”, “scripts”: { “start”: “node server.js” }, “dependencies”: { “autobahn”: “^18.3.2”, “fastify”: “^1.7.0”, “fastify-static”: “^0.12.0” }, “author”: “Georg Graf”, “license”: “MIT” }