https://github.com/linwei0201/chat-room
基于websocket搭建的聊天室
https://github.com/linwei0201/chat-room
express socket-io websocket
Last synced: about 2 months ago
JSON representation
基于websocket搭建的聊天室
- Host: GitHub
- URL: https://github.com/linwei0201/chat-room
- Owner: linwei0201
- Created: 2017-12-05T07:25:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T02:07:48.000Z (over 8 years ago)
- Last Synced: 2025-03-02T08:44:47.493Z (over 1 year ago)
- Topics: express, socket-io, websocket
- Language: HTML
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-room
```
1. npm i
2. npm start
3. open `localhost:3100` in browser
```
### 已有功能
- 支持用户登录
- 发送消息时,立即显示到当前窗口,并且不广播给自己
- 添加“用户正在输入”的功能
- 登录信息用cookie,替代session
### 待优化
- 用户登录或登出的广播
- 显示在线用户列表