Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onzeng/chat-room-server
nest+vue3简单聊天室-服务端
https://github.com/onzeng/chat-room-server
nestjs node nodejs pinia socket-io typescript vue vue-router vue3 websocket
Last synced: 26 days ago
JSON representation
nest+vue3简单聊天室-服务端
- Host: GitHub
- URL: https://github.com/onzeng/chat-room-server
- Owner: OnZeng
- Created: 2024-04-19T15:41:32.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-21T04:35:11.000Z (10 months ago)
- Last Synced: 2024-11-15T08:14:27.530Z (3 months ago)
- Topics: nestjs, node, nodejs, pinia, socket-io, typescript, vue, vue-router, vue3, websocket
- Language: JavaScript
- Homepage:
- Size: 1.62 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 简单聊天室服务端
### 介绍
本项目是一个简单的聊天室服务端,使用 Nest.js 编写,基于 socket.io 实现。
预览地址:[http://room.startea.top/](http://room.startea.top/)
### 安装
```
npm install
```### 运行
```
npm start
```### 访问
打开浏览器,访问 `http://localhost:3000/` 即可进入聊天室。
### 其他
客户端代码请参考 [chat-room-client](https://github.com/OnZeng/chat-room-client)。
服务器端代码请参考 [chat-room-server](https://github.com/OnZeng/chat-room-server)。