A Node.js framework for building Serverless services, traditional server-side applications, microservices, and small programs.
Midway is a Node.js framework for building Serverless Services, traditional server-side applications, microservices and small programs. It written by typescript, which uses the IoC injection mechanism to decouple the business logic of the application and make the development of large Node.js application easier and more natural.
Midway can use koa, express or EggJS as the basic web framework. It also provides basic solutions for independent use such as Socket.io, gRPC, Dubbo.js, and RabbitMQ.
In addition, Midway is also a Node.js serverless framework for front-end/full-stack developers. Build applications for the next decade. It can run on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/container. Easily integrate with React and Vue. 🌈
- ✔︎ Sophisticated group Middleware Architecture and compatibility
- ✔︎ Scalable plug-in capabilities and group plug-in Ecology
- ✔︎ Good application layering and decoupling capability
- ✔︎ Good development experience for the future
- ✔︎ Support Egg plugins and koa middleware
Project | Version | Description |
---|---|---|
@midwayjs/web | Midway framework for EggJS | |
@midwayjs/koa | Midway framework for Koa | |
@midwayjs/express | Midway framework for Express | |
@midwayjs/faas | Midway framework for FaaS in Serverless environment | |
@midwayjs/rabbitmq | Midway framework for rabbitMQ service | |
@midwayjs/socketio | Midway framework for Socket.io server | |
@midwayjs/grpc | Midway framework for gRPC service |
Project | Version | Description |
---|---|---|
@midwayjs/cli | Midway common cli tool | |
@midwayjs/faas-cli | Midway faas cli tool | |
@midwayjs/runtime-engine | Common basic Serverless runtime | |
@midwayjs/serverless-fc-starter | Alibaba Cloud FC function launcher | |
@midwayjs/serverless-scf-starter | Tencent Cloud SCF Function Launcher |
See midway-examples.
Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.
Please let us know how can we help. Do check out issues for bug reports or suggestions first.
To become a contributor, please follow our contributing guide.
The code in this project is released under the MIT License.