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

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)

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*

![在线聊天室](http://getf2e.com/myproject/media/12.jpg)