The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Chen Wang 79d9a990ff Merge pull request #209 from yang-g/interopclient 10 years ago
..
examples Removed all instances of == in js files 10 years ago
ext sync up with master 10 years ago
interop Removed all instances of == in js files 10 years ago
src Moved extension and JS files to separate directories 10 years ago
test Finished fixing the tests 10 years ago
README.md Clean commit of Node.js library source 10 years ago
binding.gyp Fixed file references to match moved files 10 years ago
index.js Fixed file references to match moved files 10 years ago
package.json Removed all uses of highland 10 years ago

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.