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

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.

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
```