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
- Host: GitHub
- URL: https://github.com/mjpitz/drpc-node
- Owner: mjpitz
- License: mit
- Archived: true
- Created: 2021-05-02T18:03:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T15:20:55.000Z (about 5 years ago)
- Last Synced: 2024-10-27T18:39:15.649Z (almost 2 years ago)
- Language: TypeScript
- Size: 155 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drpc-node
The start to a NodeJS implementation of Storj's [DRPC](https://storj.github.io/drpc/) project.
[](https://codecov.io/gh/mjpitz/drpc-node)

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.