Skip to content
/ midway Public
forked from midwayjs/midway

πŸ” A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈

License

Notifications You must be signed in to change notification settings

leesx/midway

Repository files navigation

Midway

GitHub license GitHub tag Build Status Test Coverage lerna Known Vulnerabilities PRs Welcome Codacy Badge Backers on Open Collective Sponsors on Open Collective

Midway is a Node.js Web framework 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.

Installation

$ npm install midway --save

Node.js >= 10.16.0 required.

Features

  • βœ”οΈŽ 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

Getting Started

Follow the commands listed below.

$ npm install midway-init -g
$ midway-init
$ npm install
$ npm run dev
$ open http://localhost:7001

Docs & Community

Examples

See midway-examples.

Packages

midway is comprised of many specialized packages. This repository contains all these packages. Below you will find a summary of each package.

Package Version Dependencies DevDependencies quality
midway
midway-web
midway-core
midway-mock
midway-init
midway-bin
midway-schedule

Globally: Build Status devDependency Status

Contributors

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.

This project exists thanks to all the people who contribute. [Contribute].

License

MIT

About

πŸ” A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 81.7%
  • Shell 12.3%
  • JavaScript 6.0%