A videochat implementation using PeerJS with Node.js
How to use
Open a terminal and switch to the videochat-peerjs-example/server directory and install dependencies executing:
Then switch to the videochat-peerjs-example/public directory and install dependencies executing:
Once the dependencies were installed, start with the terminal the website server by switching to the videochat-peerjs-example/public directory and executing:
Let that terminal open and open a new one. Switch to the videochat-peerjs-example/server directory and start the PeerJS server executing:
Open 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
Important
Don't forget to change the host address at the line 16 in videochat-peerjs-example/public/source/js/scripts.js according to yours.