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

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

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