Skip to content

a bare transport that implements end-to-end encryption with libcurl.js and wisp

License

Notifications You must be signed in to change notification settings

MercuryWorkshop/CurlTransport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CurlTransport

A bare-module for implementing end to end encryption with libcurl.js

Usage

Here is an example of using CurlTransport:

import { BareMuxConnection } from "@mercuryworkshop/bare-mux";
const conn = new BareMuxConnection("/path/to/baremux/worker.js");
await conn.setTransport("/path/to/curltransport/index.mjs", [{ wisp: "wss://wisp.mercurywork.shop/" }]);

About

a bare transport that implements end-to-end encryption with libcurl.js and wisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published