vanilliapxy
v0.3.9
Published
Streaming transport backend for browser-side web proxy engines.
Readme
VanilliaPXY (beta)
VanilliaPXY is a streaming transport backend for browser-side web proxy engines.
Install
npm install vanilliapxyThe package uses Node.js 24.x and includes the server runtime and its dependencies.
Use as a server
import { server } from "vanilliapxy";
server.listen(8080);Or run the included server directly:
npm startProxy endpoint
The default endpoint is:
/vanillia?url=https://example.com/
The development backend is currently available at:
https://8080.testserver.vanilliaruntime.portal-network.com/
Example:
https://8080.testserver.vanilliaruntime.portal-network.com/vanillia?url=https://example.com/
Configuration
The endpoint can be changed with PROXY_ENDPOINT.
The server also supports the existing environment variables documented in HELP.md.
Contributing
VanilliaPXY is completely open source. Use it for your own proxys or whatever. Just dont claim it yours when its not.
