Tag

Midway

1 views collected around this technical thread.

DaTaobao Tech
DaTaobao Tech
Apr 21, 2022 · Backend Development

Evolution and Design of Node.js Web Frameworks

Node.js web frameworks have evolved from lightweight tools like Express to enterprise solutions such as Nest and Midway, and now to front‑end‑focused platforms like Next.js, with modern designs emphasizing modularity, type safety, serverless support, and developer‑friendly hooks that bridge front‑end and back‑end development.

KoaMidwayNext.js
0 likes · 9 min read
Evolution and Design of Node.js Web Frameworks
Taobao Frontend Technology
Taobao Frontend Technology
Mar 25, 2022 · Backend Development

How Node.js Web Frameworks Evolved: From Express to Midway’s Front‑End‑Friendly Design

This article traces the evolution of Node.js web frameworks—from early lightweight options like Express and Koa, through enterprise‑grade solutions such as Egg and Midway, to modern front‑end‑oriented stacks like Next.js and Nuxt.js—highlighting their features, trade‑offs, and the progressive design principles behind Alibaba’s Midway framework.

Frontend integrationMidwayNode.js
0 likes · 11 min read
How Node.js Web Frameworks Evolved: From Express to Midway’s Front‑End‑Friendly Design
vivo Internet Technology
vivo Internet Technology
Feb 16, 2022 · Backend Development

Design and Implementation of a Plugin Management Platform for Vivo Activity Components

The article describes Vivo’s plugin management platform for activity components, built with a Midway Node.js backend, Vue.js frontend, and MySQL, which automates component extraction, Markdown documentation, GitLab hook‑driven NPM package retrieval, and AST‑based export parsing to provide a reusable library that has already saved over 20 person‑days of development effort.

GitLabMidwayNode.js
0 likes · 25 min read
Design and Implementation of a Plugin Management Platform for Vivo Activity Components
Taobao Frontend Technology
Taobao Frontend Technology
Aug 12, 2021 · Backend Development

Midway 2.0 Unveiled: Key Features and Performance Boosts for Node.js Developers

Midway 2.0 introduces a runtime‑based Hook system, removes compiler constraints, enables faster startup under 2 seconds, supports code reuse, new middleware models, flexible configuration via midway.config.ts, enhanced testing utilities, and broader deployment scenarios including web servers, all backed by open‑source Vite and Prisma integrations.

HooksMidwayNode.js
0 likes · 12 min read
Midway 2.0 Unveiled: Key Features and Performance Boosts for Node.js Developers
Taobao Frontend Technology
Taobao Frontend Technology
Mar 10, 2021 · Backend Development

Midway Serverless 2.0: What’s New and Why It Boosts Your Backend Productivity

Midway Serverless 2.0 (codenamed “Hercules”) revamps the original framework with unified decorators, a modern CLI, faster Vite‑based builds, enhanced testing, and seamless integration of traditional web frameworks, delivering a smoother, more efficient serverless development experience.

Cloud NativeMidwaybackend development
0 likes · 10 min read
Midway Serverless 2.0: What’s New and Why It Boosts Your Backend Productivity
Taobao Frontend Technology
Taobao Frontend Technology
Nov 18, 2020 · Cloud Computing

How Node.js Serverless Powered Alibaba’s Double 11 Front‑End at 50k QPS

This article details how Alibaba’s Taobao front‑end team leveraged Node.js Serverless on Alibaba Cloud to handle up to 50,000 QPS during the 2020 Double 11 event, improving development efficiency, scaling capabilities, and operational reliability through the Midway Serverless framework and related tooling.

AlibabaCloud FunctionsDouble 11
0 likes · 9 min read
How Node.js Serverless Powered Alibaba’s Double 11 Front‑End at 50k QPS
Taobao Frontend Technology
Taobao Frontend Technology
Oct 15, 2020 · Cloud Native

How Midway Serverless Redefines Cloud‑Native Development with React‑Style Hooks

This article introduces Midway Serverless, a new cloud‑native Node.js framework that brings React‑like Hooks to serverless development, explains Alibaba's Serverless landscape, details the framework’s toolchain, architecture and standards, showcases its functional R&D, API‑free calls, progressive development features, and shares performance results and future plans.

Cloud NativeFunctional DevelopmentHooks
0 likes · 16 min read
How Midway Serverless Redefines Cloud‑Native Development with React‑Style Hooks
Taobao Frontend Technology
Taobao Frontend Technology
Jan 8, 2020 · Cloud Native

How Alibaba’s Midway‑FaaS Framework Redefines Serverless Architecture

This talk explains the evolution of Alibaba’s internal Midway‑FaaS framework, detailing how it abstracts vendor‑specific serverless functions, introduces standardized serverless.yml, flexible runtime hooks, and TypeScript‑based development to achieve vendor lock‑in avoidance, scalability, cost efficiency, and improved developer productivity across multiple cloud platforms.

Cloud NativeFaaSMidway
0 likes · 15 min read
How Alibaba’s Midway‑FaaS Framework Redefines Serverless Architecture
WecTeam
WecTeam
Dec 19, 2019 · Backend Development

Master TypeScript Migration from Koa2 to Midway: Tame any and Build a Strong Type System

This article shares practical experiences and techniques for migrating a medium‑size Koa2 project to TypeScript with Midway, covering tsconfig settings, the dangers of any, strategies using unknown, strict compiler options, type guards, assertion functions, and how to construct a concise, reusable type system for backend models.

KoaMidwayTypeScript
0 likes · 27 min read
Master TypeScript Migration from Koa2 to Midway: Tame any and Build a Strong Type System
Architect
Architect
Jul 23, 2015 · Information Security

Web Security in Front‑End Development: XSS and CSRF Prevention with Midway

This article explains common web security threats such as XSS and CSRF in a front‑end/back‑end separated architecture and demonstrates how the Midway framework provides HTML escaping, rich‑text filtering, and token‑based CSRF protection to safeguard user data and application integrity.

CSRFHTML EscapeMidway
0 likes · 13 min read
Web Security in Front‑End Development: XSS and CSRF Prevention with Midway