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

https://github.com/poetries/nodejs-socketio-chat

一个简单的websocket聊天室
https://github.com/poetries/nodejs-socketio-chat

nodejs socket-io

Last synced: 2 months ago
JSON representation

一个简单的websocket聊天室

Awesome Lists containing this project

README

          

nodejs-socketio-chat
---

a very simple chat demo using websocket. Using socket.io instead of ws modules.

Install
---

```{bash}
git clone https://github.com/poetries/nodejs-socketio-chat.git
cd chat-websocket
npm install
node app.js
```