murgatroid99 bb289c2902 Resolved merge conflict with upstream/master 11 år sedan
..
examples fd81e70443 Made method names more idiomatically cased for clients and servers 11 år sedan
interop f034e50ba9 Modified interop tests to handle binding to port 0 11 år sedan
test bb289c2902 Resolved merge conflict with upstream/master 11 år sedan
README.md e506151918 Clean commit of Node.js library source 11 år sedan
binding.gyp 073d7b6cd9 Fixing node and ruby builds. 11 år sedan
byte_buffer.cc e8e304e27b Run clang-format against node 11 år sedan
byte_buffer.h 749666e8ab Added LICENSE header to all files 11 år sedan
call.cc 3548ed879a Updated to new call.invoke API 11 år sedan
call.h 3548ed879a Updated to new call.invoke API 11 år sedan
channel.cc e8e304e27b Run clang-format against node 11 år sedan
channel.h e8e304e27b Run clang-format against node 11 år sedan
client.js bb289c2902 Resolved merge conflict with upstream/master 11 år sedan
common.js 53116ffd7a Fixed casing functionality in common.js 11 år sedan
completion_queue_async_worker.cc e8e304e27b Run clang-format against node 11 år sedan
completion_queue_async_worker.h 749666e8ab Added LICENSE header to all files 11 år sedan
credentials.cc 073d7b6cd9 Fixing node and ruby builds. 11 år sedan
credentials.h e8e304e27b Run clang-format against node 11 år sedan
event.cc e8e304e27b Run clang-format against node 11 år sedan
event.h 749666e8ab Added LICENSE header to all files 11 år sedan
main.js b6ab1b477f Added TLS support to interop tests 11 år sedan
node_grpc.cc 3548ed879a Updated to new call.invoke API 11 år sedan
package.json b6ab1b477f Added TLS support to interop tests 11 år sedan
server.cc d2f20b29a6 Removed port_picker and bound to port 0 in tests instead 11 år sedan
server.h e8e304e27b Run clang-format against node 11 år sedan
server.js cdc2a738c3 Indicated that serialize and deserialize are optional 11 år sedan
server_credentials.cc 073d7b6cd9 Fixing node and ruby builds. 11 år sedan
server_credentials.h e8e304e27b Run clang-format against node 11 år sedan
surface_client.js 97d61308f0 Added and fixed interop tests 11 år sedan
surface_server.js 7a81f05306 Merge branch 'master' into node_bind_port_zero 11 år sedan
tag.cc e8e304e27b Run clang-format against node 11 år sedan
tag.h 749666e8ab Added LICENSE header to all files 11 år sedan
timeval.cc e8e304e27b Run clang-format against node 11 år sedan
timeval.h 749666e8ab Added LICENSE header to all files 11 år sedan

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.