Skip to content

Latest commit

 

History

History
80 lines (55 loc) · 8.2 KB

README.md

File metadata and controls

80 lines (55 loc) · 8.2 KB

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 >= 8.0.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 npm (scoped) Dependency Status devDependency Status Package Quality
midway-web npm (scoped) Dependency Status devDependency Status Package Quality
midway-core npm (scoped) Dependency Status devDependency Status Package Quality
midway-mock npm (scoped) Dependency Status devDependency Status Package Quality
midway-init npm (scoped) Dependency Status devDependency Status Package Quality
midway-bin npm (scoped) Dependency Status devDependency Status Package Quality
midway-schedule npm (scoped) Dependency Status devDependency Status Package Quality

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