Skip to content
forked from midwayjs/midway

A future-oriented web framework based on IoC and use Typescript to Improve the efficiency of full stack application development

License

Notifications You must be signed in to change notification settings

meteorlxy/midway

This branch is 3335 commits behind midwayjs/midway:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

21e44f9 · Aug 8, 2019
Oct 17, 2018
Sep 27, 2018
Aug 2, 2019
Jul 24, 2019
Aug 8, 2019
Mar 8, 2019
Feb 28, 2019
May 26, 2019
Aug 6, 2019
Jan 10, 2019
Jan 9, 2019
Jul 24, 2019
Jul 24, 2019
Jul 23, 2018
Aug 6, 2019
Jun 4, 2019
Feb 1, 2019
Feb 11, 2019

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 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

About

A future-oriented web framework based on IoC and use Typescript to Improve the efficiency of full stack application development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.6%
  • TypeScript 24.0%
  • CSS 7.9%
  • Other 1.5%