An open API service indexing awesome lists of open source software.

https://github.com/mjpitz/drpc-node

(WIP) NodeJS implementation of drpc
https://github.com/mjpitz/drpc-node

Last synced: 9 months ago
JSON representation

(WIP) NodeJS implementation of drpc

Awesome Lists containing this project

README

          

# drpc-node

The start to a NodeJS implementation of Storj's [DRPC](https://storj.github.io/drpc/) project.

[![Codecov](https://img.shields.io/codecov/c/github/mjpitz/drpc-node)](https://codecov.io/gh/mjpitz/drpc-node)
![Experimental](https://img.shields.io/badge/version-experimental-green.svg)

Please see:

* [DRPC website](https://storj.github.io/drpc/)
* [Quickstart documentation](https://storj.github.io/drpc/docs.html)
* [Examples](https://github.com/storj/drpc/tree/main/examples)

## Licensing

Since DRPC is licensed under the MIT license by Storj, drpc-node is licensed similarly.
See the LICENSE file for more.