An encrypted proxy for browser javascript http://epoxy.r58playz.dev/
Find a file
2024-12-21 18:33:17 -08:00
client readme improvements 2024-12-21 18:33:17 -08:00
server readme improvements 2024-12-21 18:33:17 -08:00
simple-wisp-client fix the dreaded simple wisp client freeze 2024-11-29 22:36:41 -08:00
wisp use rustc hash 2024-12-07 13:05:12 -08:00
.envrc nixification 2024-01-09 19:46:05 -08:00
.gitignore add a minimal build 2024-07-03 11:04:02 -07:00
Cargo.lock bump ver 2024-12-19 14:07:31 -08:00
Cargo.toml clippy pedantic 2024-11-29 21:30:09 -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
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.