Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Latest commit

 

History

History
74 lines (57 loc) · 4.16 KB

README.en-US.md

File metadata and controls

74 lines (57 loc) · 4.16 KB

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.

Document

Ecology

Project Version Description
midway-faas faas-status A serverless framework based on dependency injection for adaptive multi-cloud platforms
runtime-engine runtime-engine-status A base serverless runtime
serverless-fc-starter serverless-fc-starter-status Aliyun FC Function Launcher
serverless-scf-starter serverless-scf-starter-status Tencent Cloud SCF Function Launcher
midway midway-status A future-proof web framework base on dependency injection

Community partners

License

Midway FaaS is MIT licensed.