An encrypted proxy for browser javascript http://epoxy.r58playz.dev/
Find a file
2025-01-29 21:40:01 -08:00
.github/workflows Update gh-pages.yml 2025-01-29 21:38:42 -08:00
client rename to transportread/transportwrite/transportreadext/transportext 2025-01-29 13:25:20 -08:00
client-showcase add pnpm lock 2025-01-29 21:35:46 -08:00
server rename to transportread/transportwrite/transportreadext/transportext 2025-01-29 13:25:20 -08:00
simple-wisp-client rename to transportread/transportwrite/transportreadext/transportext 2025-01-29 13:25:20 -08:00
wisp move 2025-01-29 21:08:25 -08:00
.envrc nixification 2024-01-09 19:46:05 -08:00
.gitignore add pnpm lock 2025-01-29 21:35:46 -08:00
Cargo.lock wisp-mux... SEVEN!! 2025-01-29 13:21:23 -08:00
Cargo.toml wisp-mux... SEVEN!! 2025-01-29 13:21:23 -08:00
clippy.toml clippy pedantic 2024-11-29 21:30:09 -08:00
flake.lock nixification 2024-01-09 19:46:05 -08:00
flake.nix nixification 2024-01-09 19:46:05 -08:00
README.md readme improvements 2024-12-21 18:33:17 -08:00
rust-toolchain.toml add rust-toolchain 2025-01-29 21:40:01 -08:00
rustfmt.toml fix the parking-lot issue 2024-07-08 17:12:25 -07:00

epoxy

Epoxy is an encrypted proxy for browser javascript. It allows you to make requests that bypass CORS without compromising security by running SSL/TLS inside webassembly and using the Wisp protocol to proxy TCP connections.

It also has a Wisp library implementation for Rust and a performant Wisp server built in Rust.

See the client readme and server readme for instructions on how to build and use them.