This is a Node.js implementation of http://tools.ietf.org/html/rfc1057 that allows you to build ONC RPC servers (and clients).
$ npm install oncrpc
Before submitting pull requests, please be sure to run make prepush
, as this
will exercise all tests, and run lint+style checking.
MPLv2.