aymxdd / anonymous-chat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

About

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


Languages

Language:JavaScript 53.3%Language:CSS 32.0%Language:HTML 14.7%