Tim Emiola fd98ac8017 Merge pull request #311 from murgatroid99/node_fix_not_found_handler 11 年 前
..
examples b65ace62fa Added copyright notice to stock.proto 11 年 前
ext 7bd3250c2a Switched extension to return faster sliceable Buffers 11 年 前
interop bca2f955ba Added cancellation interop tests to Node interop client 11 年 前
src 0af89aa558 Added handling for unimplemeneted methods on the server 11 年 前
test 0af89aa558 Added handling for unimplemeneted methods on the server 11 年 前
README.md e506151918 Clean commit of Node.js library source 11 年 前
binding.gyp 9df2693744 Fixed file references to match moved files 11 年 前
index.js 9df2693744 Fixed file references to match moved files 11 年 前
package.json 098b57724e Removed all uses of highland 11 年 前

README.md

Node.js GRPC extension

The package is built with

node-gyp configure
node-gyp build

or, for brevity

node-gyp configure build

The tests can be run with npm test on a dev install.