Quick Start alternatives and similar modules
Based on the "Web Frameworks" category.
Alternatively, view Quick Start alternatives based on common mentions on social networks and blogs.
-
Meteor
An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. (You might like awesome-meteor) -
Express
A minimal and flexible web application framework, providing a robust set of features for building single and multi-page, and hybrid web applications. -
Nest
A progressive Node.js framework for building efficient and scalable server-side applications on top of TypeScript & JavaScript (ES6 / ES7 / ES8) heavily inspired by Angular ๐ป๐ -
Koa
A new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. -
SailsJS
An MVC web framework with a modern twist, supporting WebSockets, streams, and a data-driven API. -
AdonisJs Framework
NodeJs Web Application Framework. Makes it easy for you to write webapps with less code ๐ -
TypeGraphQL
Modern framework for creating GraphQL APIs with TypeScript, using classes and decorators. -
Derby
MVC framework, making it easy to write realtime, collaborative applications that run in both Node.js and browsers. -
ActionHero
Framework for making reusable & scalable APIs for TCP sockets, WebSockets, and HTTP clients. -
Marble.js
Functional reactive framework for building server-side apps, based on TypeScript and RxJS. -
Interfake
Rapid prototyping framework for making mock HTTP APIs, with a Node.js, command-line and HTTP interface. -
dawson-cli
A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda) -
AdonisJs Application
This repo is the pre-configured project structure to be used for creating ambitious web servers using AdonisJs. -
Restberry
Framework for setting up RESTful JSON APIs, applied to your database models without needing to write any code. -
express-version-route
A Node.js express middleware that implements API versioning for route controllers -
QueryQL
Easily add filtering, sorting, and pagination to your Node.js REST API through your old friend: the query string! -
Coher3nTS Project
Cross-platform project template using Electron and Angular with the Phaser game engine. Project has Flexbox integrated for easy and responsive organization of components around the Phaser canvas. -
searchkit
GraphQL API & React UI components for Elasticsearch. The easiest way to build a great search experience
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Quick Start or a related project?
README
English | [็ฎไฝไธญๆ](./README.zh-cn.md)
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;
Document
Quick Start
Install CLI
First, you need to install Node (> 10.9), and npm.
npm install @midwayjs/faas-cli -g
Create First Function
Execute the following command.
f create
You will see the following scaffolding options, choose scaffolding or sample code, such as faas-standard
.
Generating boilerplate...
? Hello, traveller.
Which template do you like? โฆ
โ Boilerplate
โฏ faas-standard - A serverless boilerplate for aliyun fc, tencent scf and so on
faas-layer - A serverless runtime layer boilerplate
โ Examples
faas-react - A serverless example with react
faas-vue - A serverless example with vue
VSC Plugin
Deploy Function
Execute the following command to publish to the cloud platform.
f deploy
Midway Serverless support Alibaba Cloud and Tencent Cloud. Amazon Lambda will be soon.
Quick Start - Front-end Integration Examples
The following examples of front-end integration are currently connected. Visit the Midway Gallery to find more examples.
React | Vue |
The visualization project of COVID-2019 pandemic developed by react integration, it can be created by selecting faas-covid19 with command f create
.
Ecosystem
Project | Version | Description |
---|---|---|
midway-serverless | A new generation of progressive Serverless development framework | |
runtime-engine | Common basic Serverless runtime | |
serverless-fc-starter | Alibaba Cloud FC function launcher | |
serverless-scf-starter | Tencent Cloud SCF Function Launcher | |
midway | Future-oriented web development framework based on dependency injection |
Community partners
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.
license
Midway Serverless based [MIT licensed](./LICENSE).
About
*Note that all licence references and agreements mentioned in the Quick Start README section above
are relevant to that project's source code only.