a proxy-transport that implements the bare server
npm install @mercuryworkshop/bare-transportjs
import BareClient from "@mercuryworkshop/bare-transport";
let client = new BareClient("https://example.com/bare/");// pass to proxy
`You can also use the non-esm build
`html
``