Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tariknz/nodejs-chat
- Owner: tariknz
- Created: 2013-04-23T05:02:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-23T05:07:54.000Z (over 11 years ago)
- Last Synced: 2024-04-13T03:17:01.033Z (9 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)