gRPC for Node.js
Go to file
Craig Tiller a736903ba2 Prepare for the new batch call API.
Rename all core API functions that are on their way to deprecation with
an _old tag across all wrappings.
2015-02-02 15:39:31 -08:00
examples Added copyright notice to stock.proto 2015-01-30 14:20:00 -08:00
ext Prepare for the new batch call API. 2015-02-02 15:39:31 -08:00
interop Removed stray debugger statement 2015-01-29 18:03:12 -08:00
src Added handling for unimplemeneted methods on the server 2015-01-30 14:13:11 -08:00
test Added handling for unimplemeneted methods on the server 2015-01-30 14:13:11 -08:00
.gitignore Prepare for the new batch call API. 2015-02-02 15:39:31 -08:00
README.md Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
binding.gyp Fixed file references to match moved files 2015-01-26 17:17:59 -08:00
index.js Fixed file references to match moved files 2015-01-26 17:17:59 -08:00
package.json Removed all uses of highland 2015-01-26 18:12:30 -08:00

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.