You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/server/services
moonrailgun 065f7d44c8 feat: add group description
limit 120 words
2 years ago
..
core feat: add group description 2 years ago
openapi refactor: fix oauth demo which has little problem 2 years ago
README.md
debug.service.ts

README.md

简述

每个.service.ts文件都是一个微服务

应当确保尽量不要出现一个单独的微服务承载太重的业务,而应当考虑多拆分到不同的微任务中。