oscon-chat
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:My oscon presentation chat app
# OSCon Chat

This is the chat example for my OSCon talk on 26/07/11 titled "Writing a Chat
Server with Socket.IO".

Unlike other chat examples, each browser client gets 1 chat screen, and they
talk 1-on-1 with an "admin".

![](http://f.cl.ly/items/1S0t331G330V1q252z1R/Image%202011.07.26%2011:30:45%20AM.png)

![](http://f.cl.ly/items/3M2A290x3C3s0E1d3Z0h/Image%202011.07.26%2011:31:41%20AM.png)

## Setting it up

1. Install Node.JS and NPM.
2. Clone the repository.
3. Run `npm install .`.
4. Run `node app.js`.
5. Point your browser to `http://localhost:3000` and
   `http://localhost:3000/admin` for the admin interface.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。