{"id":13901346,"url":"https://github.com/midwayjs/midway-faas","last_synced_at":"2025-07-17T22:30:29.335Z","repository":{"id":69335152,"uuid":"183637263","full_name":"midwayjs/midway-faas","owner":"midwayjs","description":"🔱   A simple and lightweight serverless framework","archived":true,"fork":false,"pushed_at":"2020-07-02T08:15:18.000Z","size":2021,"stargazers_count":389,"open_issues_count":8,"forks_count":40,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-11-20T03:11:53.536Z","etag":null,"topics":["aliyun-fc","aws-lambda","cloud-function","cloud-native","faas","ioc","javascript","microservice","midway","midway-faas","serverless","serverless-framework","serviceid","tecent-tcf","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/midwayjs.png","metadata":{"files":{"readme":"README.en-US.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-04-26T13:52:45.000Z","updated_at":"2024-10-06T07:02:54.000Z","dependencies_parsed_at":"2024-01-13T21:24:58.422Z","dependency_job_id":"da08366a-74c0-402c-b65f-dd3c99efffc2","html_url":"https://github.com/midwayjs/midway-faas","commit_stats":{"total_commits":436,"total_committers":12,"mean_commits":"36.333333333333336","dds":0.4495412844036697,"last_synced_commit":"d3f3b8e01514c468070abb14340776724a382a29"},"previous_names":[],"tags_count":132,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midwayjs%2Fmidway-faas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midwayjs%2Fmidway-faas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midwayjs%2Fmidway-faas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midwayjs%2Fmidway-faas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/midwayjs","download_url":"https://codeload.github.com/midwayjs/midway-faas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226305345,"owners_count":17603796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aliyun-fc","aws-lambda","cloud-function","cloud-native","faas","ioc","javascript","microservice","midway","midway-faas","serverless","serverless-framework","serviceid","tecent-tcf","typescript"],"created_at":"2024-08-06T21:01:14.349Z","updated_at":"2024-11-25T09:31:18.743Z","avatar_url":"https://github.com/midwayjs.png","language":"TypeScript","readme":"English | [简体中文](./README.md)\n\n\n![](https://img.alicdn.com/tfs/TB1HdniCSf2gK0jSZFPXXXsopXa-1000-353.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@midwayjs/faas\" alt=\"npm version\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@midwayjs/faas.svg?style=flat\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"./LICENSE\" alt=\"GitHub license\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/midwayjs/midway-faas/actions?query=workflow%3A%22Node.js+CI%22\" alt=\"Node.js CI\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Node.js%20CI-passing-brightgreen\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/midwayjs/midway-faas\" alt=\"Activity\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/commit-activity/m/midwayjs/midway-faas\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/midwayjs/midway-faas/graphs/contributors\" alt=\"Contributors\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/midwayjs/midway-faas\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://gitpod.io/#https://github.com/midwayjs/midway-faas\" alt=\"Gitpod Ready-to-Code\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nMidway 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.\n\n- **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.\n- **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.\n- **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.\n\n## Document\n\n- Guide [中文](https://www.yuque.com/midwayjs/faas) and [English](https://www.yuque.com/midwayjs/faas/quick_start?translate=en)\n\n## Ecology\n\n|    Project         |    Version                                |   Description       |\n|----------------|-----------------------------------------|-----------|\n| [midway-faas] | [![faas-status]][faas-package] |A serverless framework based on dependency injection for adaptive multi-cloud platforms|\n| [runtime-engine] | [![runtime-engine-status]][runtime-engine-package] |A base serverless runtime|\n| [serverless-fc-starter] | [![serverless-fc-starter-status]][serverless-fc-starter-package] |Aliyun FC Function Launcher|\n| [serverless-scf-starter] | [![serverless-scf-starter-status]][serverless-scf-starter-package] |Tencent Cloud SCF Function Launcher|\n| [midway] | [![midway-status]][midway-package] |A future-proof web framework base on dependency injection |\n\n\n[midway-faas]: https://github.com/midwayjs/midway-faas\n[midway]: https://github.com/midwayjs/midway\n[runtime-engine]: https://github.com/midwayjs/midway-faas/tree/master/packages/runtime-engine\n[faas-cli]: https://github.com/midwayjs/midway-faas/tree/master/packages/faas-cli\n[serverless-fc-starter]: https://github.com/midwayjs/midway-faas/tree/master/packages/serverless-fc-starter\n[serverless-scf-starter]: https://github.com/midwayjs/midway-faas/tree/master/packages/serverless-scf-starter\n\n[faas-status]: https://img.shields.io/npm/v/@midwayjs/faas.svg\n[midway-status]: https://img.shields.io/npm/v/midway.svg\n[runtime-engine-status]: https://img.shields.io/npm/v/@midwayjs/runtime-engine.svg\n[serverless-fc-starter-status]: https://img.shields.io/npm/v/@midwayjs/runtime-engine.svg\n[serverless-scf-starter-status]: https://img.shields.io/npm/v/@midwayjs/runtime-engine.svg\n\n[faas-package]: https://npmjs.com/package/@midwayjs/faas\n[midway-package]: https://npmjs.com/package/midway\n[runtime-engine-package]: https://npmjs.com/package/@midwayjs/runtime-engine\n[serverless-fc-starter-package]: https://npmjs.com/package/@midwayjs/serverless-fc-starter\n[serverless-scf-starter-package]: https://npmjs.com/package/@midwayjs/serverless-scf-starter\n\n## Community partners\n\n- [icejs](https://ice.work/)\n- [ykfe/ssr](https://github.com/ykfe/ssr/)\n\n## License\n\nMidway FaaS is [MIT licensed](./LICENSE).\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidwayjs%2Fmidway-faas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmidwayjs%2Fmidway-faas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidwayjs%2Fmidway-faas/lists"}