Skip to content
Lellansin Huang edited this page Aug 13, 2020 · 9 revisions

Introduction

Detailed introduction article: Alibaba Midway Serverless release v1.0, welcome Star this repository.

Midway Serverless is a serverless framework used to build Node.js cloud functions. Helps you significantly reduce maintenance costs and focus more on product development in the cloud-native era.

  • 1、Make applications easier to maintain and delivering
    • 🐦 Provided multiple sets of integrated development solutions for community front-end React, Vue, etc.;
    • 🐯 Provides standard cloud platform function entry and exit parameter definitions;
    • 🐶 Provides TypeScript support to facilitate application expansion and definition;
    • 🐱 Provides a complete Midway system iconic dependency injection solution;
  • 2、 Ecology is more lightweight and free
    • 🦁 The function system reuses the ecological and Web middleware capabilities of koa, which is more handy when dealing with traditional Web;
    • 🐴 Provide an ecological chain of egg components reusing egg plug-ins, enterprise-level development links are simpler and smoother;
    • 🐘 The decorator capabilities of the Midway system are unified, making the traditional Web migration to the Serverless system faster and better;
  • 3、Easier migration between platforms
    • 🐒 By providing a unified configuration specification and entry smoothing mechanism, the code is basically the same on each platform;
    • 🦊 Expanding the runtime APIs of different cloud platforms can not only load common inter-platform extensions, but also access the company's internal private deployment solutions;

Quick Start