Scramjet Web | Proxy

Uses a ScramjetServiceWorker to intercept fetch requests and rewrite web traffic in real-time.

Unlike traditional proxies that may choke on heavy multimedia streams or high-concurrency API calls, Scramjet is built to be non-blocking. It is designed to pass traffic through a series of "transforms"—allowing users to inspect headers, modify payloads on the fly, or log specific patterns—all with negligible latency. scramjet web proxy

Uses a ScramjetController to manage frames and communicate with the service worker. Uses a ScramjetServiceWorker to intercept fetch requests and

For those who want a ready-to-go solution, the is a mass-deployable template that can be hosted on services like Vercel or Replit. You can also install it as an npm package using pnpm i @mercuryworkshop/scramjet . Scramjet vs. Ultraviolet: Which is Better? Uses a ScramjetController to manage frames and communicate

The name "Scramjet" is not accidental. Just as a scramjet engine relies on high speed to compress air for combustion, the Scramjet Web Proxy relies on asynchronous, event-driven architecture to handle massive throughput without lag.