mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-11-08 03:25:17 -05:00
An encrypted proxy for browser javascript
http://epoxy.r58playz.dev/
| .github/workflows | ||
| client | ||
| client-showcase | ||
| server | ||
| simple-wisp-client | ||
| wisp | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| clippy.toml | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||
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.