Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliangruber/hyperdrive-encoding
The encoding used by hyperdrive
https://github.com/juliangruber/hyperdrive-encoding
Last synced: 19 days ago
JSON representation
The encoding used by hyperdrive
- Host: GitHub
- URL: https://github.com/juliangruber/hyperdrive-encoding
- Owner: juliangruber
- Created: 2016-09-29T12:38:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T10:33:24.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T14:39:48.285Z (30 days ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dat - hyperdrive-protocol - message encoding used by `hyperdrive` (Outdated / Other Related Dat Project Modules)
README
# hyperdrive-encoding
The message encoding used by
[hyperdrive](https://github.com/mafintosh/hyperdrive).[![build status](https://travis-ci.org/juliangruber/hyperdrive-encoding.svg?branch=master)](http://travis-ci.org/juliangruber/hyperdrive-encoding)
[![abstract-encoding](https://img.shields.io/badge/abstract--encoding-compliant-brightgreen.svg?style=flat)](https://github.com/mafintosh/abstract-encoding)## API
### .decode(buffer[, start][, end])
### .encode(obj[, buffer][, offset])
## Installation
```bash
$ npm install hyperdrive-encoding
```## License
MIT