ChatRoom base node,socket.io,bootstrap
If you just want to see it running, visit: http://chat.mylifeon.net
##What you need to run you have to download and install git and Node.js.
##How to run Clone a copy of the git repo:
git clone git://github.com/jquery/jquery.git
Enter the ChatRoom directory
cd ChatRoom
Install the dependencies
npm install
Run the application
node service.js
Now open this URL in your browser
if you use nginx to proxy the site,vist websocket-nginx
#WEB聊天室 基于node,socket.io,bootstrap的WEB聊天室程序
示例地址: http://chat.mylifeon.net
##运行程序需要准备 下载并安装 git 和 Node.js.
##如何运行 从GIT仓储中克隆源码到本地:
git clone git://github.com/jquery/jquery.git
进入到源码所在目录
cd ChatRoom
安装依赖项目
npm install
使用node运行程序
node service.js
打开你的浏览器输入以下网址
如果你使用nginx作为反向代理,请查看 websocket-nginx