A simple chat app with very basic funtionality for demos purposes.
Its a simple NodeJs application so after cloning the repo run
npm install
You can also view a live version hosted on Heroku.
To have a play:
- Open the apps URL in two separate browsers
- In the first browser , Create a new Chat room by joining with a
Display name
and aRoom
name - In the other browser, join the same
Room
but with a differentDisplay name
Have fun! 🙂.