Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manufosela/simplechatnodewebsockets
Simple chat with node.js and websockets
https://github.com/manufosela/simplechatnodewebsockets
Last synced: 4 days ago
JSON representation
Simple chat with node.js and websockets
- Host: GitHub
- URL: https://github.com/manufosela/simplechatnodewebsockets
- Owner: manufosela
- Created: 2012-12-11T08:03:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-31T13:34:23.000Z (almost 11 years ago)
- Last Synced: 2023-03-24T12:04:08.649Z (over 1 year ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SimpleChatNodeWebsockets
========================Simple chat with node.js and HTML5 websockets
INSTALL
=======Get source code from git:
$> git clone https://github.com/manufosela/SimpleChatNodeWebsockets.git
$> cd SimpleChatNodeWebsockets
Install socket.io:
$> npm install socket.io
If you have an error with gyp use:
$> npm install socket.io@"~0.8.1" -g
After this install:
$> npm install connect
Edit the js/config.js file and change yout host/ip. It will be the same of the client.
Execute the server:
$> node server.js
And it show:
info - socket.io started
Then you can open a browser and type client.html