What's this?

This is a simple React js chat app example using PeerJS/Peer and Socket.io

Requirements

You need Node (and npm - comes with your node installation) installed

How to use?

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