This is a simple React js chat app example using PeerJS/Peer and Socket.io
You need Node (and npm - comes with your node installation) installed
In summary you need to run the server app, then the client.
There are two folders in this repository, the server side (Node JS) called server
and the client(React JS) called client