https://github.com/tomieric/simple-message
chat online(nodejs sokectIO)
https://github.com/tomieric/simple-message
Last synced: 9 days ago
JSON representation
chat online(nodejs sokectIO)
- Host: GitHub
- URL: https://github.com/tomieric/simple-message
- Owner: tomieric
- License: mit
- Created: 2013-11-21T13:28:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T06:29:20.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T10:24:52.852Z (3 months ago)
- Language: JavaScript
- Size: 621 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
simple-message(简信)
=============**基于nodejs和sokectio 在线聊天室**
chat online(nodejs sokectIO)参考:http://js8.in/2011/09/29/%E5%9F%BA%E4%BA%8Eexpresssocket-io%E7%9A%84nodejs%E8%81%8A%E5%A4%A9%E5%AE%A4/
本demo做了express3.x的升级版安装
--------
1. 命令提示符进入解压目录,输入npm install
2. 安装必要组件后启动服务,输入node chat或node chat.js
3. 在浏览器中浏览http://127.0.0.1:3000/
4. 用不同的浏览器访问,可以看到聊天室可以实时在线聊天*支持FF,chorme,IE7+,.etc*
