https://github.com/tri613/chatroom
A simple chatroom written with node's socket.io.
https://github.com/tri613/chatroom
Last synced: 5 months ago
JSON representation
A simple chatroom written with node's socket.io.
- Host: GitHub
- URL: https://github.com/tri613/chatroom
- Owner: tri613
- Created: 2017-03-24T06:29:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T04:42:00.000Z (about 9 years ago)
- Last Synced: 2025-05-31T05:22:36.214Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 923 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chatroom
A simple chatroom written with node's `socket.io`.
嘗試寫socket的練習。
雖然 `socket.io` 用起來很輕鬆但寫 node server 超煩的啦怎麼可以這麼煩。:sob:
## 啟動
```
npm install
npm start
```