/chat-app

Implementing a basic Chating Application with Socket.io

Primary LanguageJavaScript

Chap App

A simple chat app with very basic funtionality for demos purposes.

Install

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 a Room name
  • In the other browser, join the same Room but with a different Display name

Have fun! 🙂.