jmg / node-simple-chat

A Real Time Chat Built on Node-js and Socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Real Time Chat Built on Node-js and Socket.io


Setup your Chat Room


To Install node-js just follow this guide https://github.com/joyent/node/wiki/Installation.

Then you need to Install the Node Pacakge Manager (NPM). Read this guide https://github.com/isaacs/npm.


Get socket.io via NPM by running:

~$ npm install socket.io

Start the node-js server. Just type:

~$ node chat.js

Open the chat.html file in your favourite browser and enjoy!

About

A Real Time Chat Built on Node-js and Socket.io


Languages

Language:JavaScript 100.0%