Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thundernet8/era
https://github.com/thundernet8/era
dependency-injection framework ioc koa node typescript
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/thundernet8/era
- Owner: thundernet8
- Created: 2020-03-14T07:32:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:37:26.000Z (about 2 years ago)
- Last Synced: 2024-10-28T17:22:29.310Z (about 2 months ago)
- Topics: dependency-injection, framework, ioc, koa, node, typescript
- Language: TypeScript
- Size: 574 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Era
基于 TypeScript 和 koa 框架的 spring 风格 node web 框架
## 功能
- 依赖注入
- 控制器
- 服务
- 中间件
- 拦截器
- 错误过滤器
- 数据模型## 文档
- [应用结构]('./docs/structure.md')
- [控制器](./docs/controller.md)
- [中间件](./docs/middleware.md)
- [拦截件](./docs/interceptor.md)
- [错误过滤器](./docs/filter.md)