| Project | Key Feature | Scramjet-like Quality | | --- | --- | --- | | | Prefetches entire navigation chains | Predictive execution | | Firefox Better Web (experimental) | Speculative connection warmup | Connection coalescing | | Browsh (terminal-based) | Pre-renders to text before images | Eliminates render-blocking | | Min browser | Delays non-critical JS | Async-by-default |
// Create a Scramjet "Browser" instance (the Host) const host = new Host();
is a high-performance web proxy framework developed by Mercury Workshop