A videochat implementation using PeerJS with Node.js
Open a terminal and switch to the videochat-peerjs-example/server directory and install dependencies executing:
npm installThen switch to the videochat-peerjs-example/public directory and install dependencies executing:
npm installOnce the dependencies were installed, start with the terminal the website server by switching to the videochat-peerjs-example/public directory and executing:
node website-server.jsLet that terminal open and open a new one. Switch to the videochat-peerjs-example/server directory and start the PeerJS server executing:
node peer-server.jsOpen your browser and access the addres: title and have fun. For more information, please visit the article of this example here in Our Code World
Don't forget to change the host address at the line 16 in videochat-peerjs-example/public/source/js/scripts.js according to yours.