Skip to content

weishour/nest-chat

Repository files navigation

weishour Logo

一个渐进式的 weishour 框架,用于构建高效和可伸缩的服务器端应用程序,深受 Nest 的启发.

描述

weishour 唯守服务框架.

安装

$ yarn install

配置

$ cp .env.example .env

运行

# 开发
$ yarn run start

# 观察模式
$ yarn run start:dev

# 产品模式
$ yarn run start:prod

测试

# 单元测试
$ npm run test

# e2e 测试
$ npm run test:e2e

# 覆盖测试
$ npm run test:cov

聊天页面

聊天页面