Skip to content

a bare transport that implements end-to-end encryption with epoxy-tls and wisp

Notifications You must be signed in to change notification settings

KDust7/EpoxyTransport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpoxyTransport (But works with TS)

EpoxyTransport is a transport for bare-mux which allows you to use epoxy-tls in your bare client.

Usage of this transport is as simple as setting the transport and providing a wisp server. An example is shown below where you get connected to the public testing wisp server.

import { SetTransport } from '@mercuryworkshop/bare-mux';

SetTransport("EpxMod.EpoxyClient", { wisp: "wss://wisp.mercurywork.shop/" });

This fork of EpoxyTransport contains typings. A pull request has already been made, however branches have not yet been merged. For the time being, I've just decided to host it myself.

About

a bare transport that implements end-to-end encryption with epoxy-tls and wisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.5%
  • TypeScript 42.5%