New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@mercuryworkshop/bare-transport

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mercuryworkshop/bare-transport

a proxy-transport that implements the bare server

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
6
Created
Source

Bare Client

This is a proxy-transports transport using the TompHTTP Bare Server.

Usage:

Here is a basic example of using bare-transport. The Bare server is specified in the first argument.

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

<script src="https://unpkg.com/@mercuryworkshop/bare-transport@2/dist/index.js"></script>
<script>
  let client = new BareMod.BareClient("https://example.com/bare/");
</script>

FAQs

Package last updated on 25 Dec 2025

Related posts