Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tariknz/nodejs-chat

Simple Chat application in NodeJS and Socket.IO
https://github.com/tariknz/nodejs-chat

Last synced: about 2 months ago
JSON representation

Simple Chat application in NodeJS and Socket.IO

Awesome Lists containing this project

README

        

Setup
=====

Install the required modules in npm

npm install socket.io


Run
===

### Windows

node server.js

### Linux

nodejs server.js

Then navigate to http://localhost:3000 to view the client.

Screenshot
==========

![Alt text](http://i.imgur.com/9uNSVdk.png)