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

https://github.com/stephenlyz/easychat

Chat makes easy
https://github.com/stephenlyz/easychat

mongodb nestjs react socket-io

Last synced: about 1 year ago
JSON representation

Chat makes easy

Awesome Lists containing this project

README

          

# EasyChat
> Yet another chat app.

## Features

https://user-images.githubusercontent.com/11830681/218870145-02b86ec4-261c-49a2-9cb6-507da0abee6c.mov

## Getting started

> 注意启动 mongoDB

```
// 运行服务端
cd server && npm run start:dev

// 运行前端
cd client && npm run start
```

## Technologies
- nestjs
- jwt
- mongoDB
- socket.io
- react.js