chenbin92 / midway

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

Home Page:https://midwayjs.org/midway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://midwayjs.org/midway/

License:MIT License


Languages

Language:JavaScript 67.4%Language:TypeScript 23.2%Language:CSS 8.0%Language:HTML 1.0%Language:Shell 0.5%