Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggomagundan/simple_chat
make simple chat using nodejs
https://github.com/ggomagundan/simple_chat
Last synced: 20 days ago
JSON representation
make simple chat using nodejs
- Host: GitHub
- URL: https://github.com/ggomagundan/simple_chat
- Owner: ggomagundan
- Created: 2012-11-03T13:19:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-03T13:25:07.000Z (about 12 years ago)
- Last Synced: 2024-04-14T07:58:28.268Z (7 months ago)
- Language: JavaScript
- Size: 4.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Referenced from http://psitsmike.com/2011/09/node-js-and-socket-io-chat-tutorial/
# Use node.js, express, socket.io
# It Working to 117.17.158.173, By My ServerCom
# if using anothere computer, modify
#
# var socket = io.connect('http://117.17.158.173:8585'); (index.html : 4)
# ==> var socket = io.connect('[YOUR_SERVERCOM OR LOCALHOST]:8585');
## By ggomagundan(http://www.ggogun.kr)