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聊天室
- Host: GitHub
- URL: https://github.com/poetries/nodejs-socketio-chat
- Owner: poetries
- Created: 2017-04-03T12:50:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T12:56:58.000Z (about 9 years ago)
- Last Synced: 2025-06-02T19:23:18.891Z (about 1 year ago)
- Topics: nodejs, socket-io
- Language: JavaScript
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```