Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate from connect to polka #17569

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 29, 2024

  1. wip: migrate from connect to polka

    Migrates from connect to polka, a much lighter and faster middleware
    server/router.
    
    Marked as WIP until we figure out what to do about fallback middleware.
    43081j committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a573156 View commit details
    Browse the repository at this point in the history
  2. feat: use polka 1.x

    Switches to polka 1.x which orders middleware the same way as express,
    allowing us to have fallback middleware (0.x doesn't allow multiple
    fallbacks).
    43081j committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7c6ab6f View commit details
    Browse the repository at this point in the history