Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

salt-channel-js

A JavaScript implementation of a Salt Channel client. Client-side code that connects on top of WebSocket. Works with both on browser and NodeJS Salt Channel is based on TweetNaCl and the reference implementation of SaltChannel

Dependencies

  • SaltChannel.js uses TweetNaCl-es6.js which has no dependencies.
  • Need at least NodeJS version 14 if running with Node.

Usage

Download the source code and include using import.

import saltchannel from 'path/to/saltchannel.js';

Testing

To run test in NodeJS version 14:

$ npm run test
$ npm run browser

To run test in browser:

About

A JavaScript implementation of a Salt Channel v2; client-side code that connects on top of WebSocket.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages