oncrpc
v0.1.1
Published
Library for creating ONC RPC Node.js servers and clients
Downloads
38
Readme
ONC RPC
This is a Node.js implementation of http://tools.ietf.org/html/rfc1057 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.