/MultiroomChat

Simple Mutliroom Chat Application

Primary LanguageJavaScript

MultiroomChat

Simple Mutliroom Chat Application

Prerequisites

  • Node.js - Download and Install Node.js. You can also follow this gist for a quick and easy way to install Node.js and npm.

Quick Install

The quickest way to get started with Simple Multiroom CHat Application is to utilize it like this:

Clone & Run:

git clone https://github.com/ebreijo/MultiroomChat.git
cd MultiroomChatApp
npm install
node server.js

Then open a browser and go to:

http://localhost:3000