Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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简单聊天室-服务端

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)。