/anonymous-chat

A simple real-time chat room made with Javascript (Node.JS and jQuery)

Primary LanguageJavaScript

Anonymous Chat (NOT MAINTAINED)

A simple real-time chat room made with Javascript (Node.JS and jQuery).

How to install and run:

First, if not already done, install Node.JS and Git on your computer.

Then, fire up a terminal in your favorite project folder and do:

git clone https://github.com/AyymericM/anonymous-chat.git
cd anonymous-chat
npm install
node index.js

Then go to http://localhost:3000 to see it live !