Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

rpep-bson

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rpep-bson

BSON serialization for rpep.js

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

rpep-msgpack

This is a BSON serialization for rpep.js using mongodb/js-bson. RPEP is a simple, light-weight protocol for request-response and stream-event style communication between peers.

Install

yarn install rpep-bson

Usage

Accessing rpep:

// node.js
var rpepBson = require('rpep-bson')

// amd
require.config({paths: {rpepBson: '../dist/rpep-bson.umd.js'}})
require(['rpepBson'], function(rpepBson) { /* your code */ })

// global variable
<script src="rpep-bson.umd.js"></script>
rpepBson; // rpep-bson.umd.js can define rpepBson globally if you really
             //   want to shun module-based design

License

Released under the MIT license: http://opensource.org/licenses/MIT

Keywords

rpc

FAQs

Package last updated on 27 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts