Skip to content

Extract Express HTTP server adapter into oc-express-server-adapter#1522

Open
ricardo-devis-agullo wants to merge 1 commit into
masterfrom
refactor/extract-express-server-adapter
Open

Extract Express HTTP server adapter into oc-express-server-adapter#1522
ricardo-devis-agullo wants to merge 1 commit into
masterfrom
refactor/extract-express-server-adapter

Conversation

@ricardo-devis-agullo

@ricardo-devis-agullo ricardo-devis-agullo commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Summary

Moves the in-core Express registry server adapter into a dedicated oc-express-server-adapter package, mirroring oc-fastify-server-adapter. oc still defaults to Express via the new dependency, so behavior is unchanged, while making it possible to drop Express from core later.

Test plan

  • npm run test --workspace=oc-express-server-adapter
  • npm run test --workspace=oc (937 passing)
  • turbo run build --filter=oc-express-server-adapter --filter=oc

Move the in-core Express adapter into a dedicated workspace package,
mirroring oc-fastify-server-adapter. oc still defaults to Express via
the new package dependency, so behaviour is unchanged, while making it
possible to drop Express from core later.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant