Skip to content

How to migrate (app-level) Express middleware from LB3 to LB4 #3947

@bajtos

Description

@bajtos

This is a follow-up for #3718 and #3922.

Write content for docs/site/migration/express-middleware.md, explain how to modify a LB4 app with a mounted LB3 app to share the same Express middleware.

Initial setup:

lb4-app
 - lb3-app
   - Express middleware

The idea is to create a new top-level Express app, where we can mount the middleware to get it executed for requests handled by both LB3 and LB4 routes.

express app
 - Express middleware
 - lb4-app
   - lb3-app

Acceptance criteria

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions