CS Notes

Recent writing

  • VLAN

    Aug 29, 2025

    • networking
  • End-to-End Service Access Troubleshooting

    Aug 29, 2025

    • networking
  • File System Link

    Aug 29, 2025

    • OS
    • bash

See 642 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

Software Engineering

❯

Terminologies

❯

Middleware (中间件)

Middleware (中间件)

35 words, 1 min read
Last updated on Mar 25, 2024
🌟 Edit This Page!   🗓️ History

  • software_engineering
  • js
Xinyang YU

Abstract


  • Focuses on Functionality
  • A layer of software that sits between two applications to provide additional functionality like Authentication, Authorisation and logging etc

Examples


  • Writing Middleware for Express.js
  • Using Middleware with Express.js
  • Middleware for Express.js
  • Abstract
  • Examples

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub