Skip to content

MercuryWorkshop/Scramjet-App

 
 

Repository files navigation

Scramjet Demo

The demo implementation of Scramjet, the most advanced web proxy.

Scramjet is an experimental interception based web proxy designed with security, developer friendliness, and performance in mind. This project is made to evade internet censorship and bypass arbitrary web browser restrictions.

Setup / Usage

Install dependencies

pnpm install

Run the server

pnpm start

HTTP Transport

The example uses EpoxyTransport to fetch proxied data encrypted.

You may also want to use CurlTransport, a different way of fetching encrypted data.

This example also now uses wisp-js/server instead of the now outdated wisp-server-node. Please note that this can also be replaced with other wisp implementations like wisp-server-python which is highly recommend for production.

See the bare-mux documentation for more information.

About

Example application of Scramjet which can be deployed in production

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.7%
  • JavaScript 7.9%
  • CSS 2.8%
  • Other 0.6%