https://github.com/linzap/node_chat_room
chat room
https://github.com/linzap/node_chat_room
Last synced: 16 days ago
JSON representation
chat room
- Host: GitHub
- URL: https://github.com/linzap/node_chat_room
- Owner: LinZap
- Created: 2013-11-28T14:23:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T14:31:30.000Z (over 12 years ago)
- Last Synced: 2025-01-09T10:25:27.144Z (over 1 year ago)
- Language: JavaScript
- Size: 3.09 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#node_chat_room
## Init
1. 請先安裝Node.js環境
2. 使用套件 express 與 socket.io
3. Server端程式請見 server.js
4. Client端程式請見 index.html
## 說明
(1) 安裝相關套件
(2) 啟動 server.js
(3) 用瀏覽器開啟localhost:888 (可以用2個不同瀏覽器試驗)
(4) 輸入訊息後送出,可以見到server端push資料給client