English | 简体中文
Midway FaaS is the Serverless framework used to build Node.js cloud functions. Helps you significantly reduce maintenance costs and focus more on product development in the cloud-native era.
- Cross-cloud vendor: One code can be deployed quickly across multiple cloud platforms, so you don't have to worry about your product being tied to a cloud vendor.
- Code reuse: Through the framework's dependency injection capability, each part of the logical unit is naturally reusable and can be quickly and easily combined to generate complex applications.
- Traditional Migration: Through the framework's runtime scalability, traditional applications such as Egg.js, Koa, Express.js and others can be seamlessly migrated to the cloud functions of various cloud vendors.
Project | Version | Description |
---|---|---|
midway-faas | A serverless framework based on dependency injection for adaptive multi-cloud platforms | |
runtime-engine | A base serverless runtime | |
serverless-fc-starter | Aliyun FC Function Launcher | |
serverless-scf-starter | Tencent Cloud SCF Function Launcher | |
midway | A future-proof web framework base on dependency injection |
Midway FaaS is MIT licensed.