oncrpc
Version:
Library for creating ONC RPC Node.js servers and clients
22 lines (12 loc) • 418 B
Markdown
# ONC RPC
This is a Node.js implementation of [http://tools.ietf.org/html/rfc1057](RPC)
that allows you to build ONC RPC servers (and clients).
# Installation
$ npm install oncrpc
# Development
Before submitting pull requests, please be sure to run `make prepush`, as this
will exercise all tests, and run lint+style checking.
## License
MPLv2.
## Bugs
See <https://github.com/joyent/node-oncrpc/issues>.