github remix-run/remix node-fetch-server@0.13.1
node-fetch-server v0.13.1

latest releases: assert@0.2.0, remix@3.0.0-beta.0, static-middleware@0.4.8...
5 hours ago

Patch Changes

  • Improve request throughput so node-fetch-server is now on par with native node:http performance in the request-inspection benchmark, while preserving Fetch API request handlers. The main optimizations lazily materialize Request and Headers objects, specialize handlers by declared arity, avoid unnecessary client/request work on hot paths, and send single-chunk response bodies with less Web stream overhead. See the node-fetch-server benchmarks for current results.

Don't miss a new remix release

NewReleases is sending notifications on new releases.