murgatroid99 51cab624b8 Added missing server shutdown to interop test runner 11 سال پیش
..
examples 7eb6bb99d2 Removed all instances of == in js files 11 سال پیش
interop 7eb6bb99d2 Removed all instances of == in js files 11 سال پیش
test 51cab624b8 Added missing server shutdown to interop test runner 11 سال پیش
README.md e506151918 Clean commit of Node.js library source 11 سال پیش
binding.gyp 51fca2da4b Made node library buildable from source tree 11 سال پیش
byte_buffer.cc e8e304e27b Run clang-format against node 11 سال پیش
byte_buffer.h 749666e8ab Added LICENSE header to all files 11 سال پیش
call.cc 3548ed879a Updated to new call.invoke API 11 سال پیش
call.h 3548ed879a Updated to new call.invoke API 11 سال پیش
channel.cc e8e304e27b Run clang-format against node 11 سال پیش
channel.h e8e304e27b Run clang-format against node 11 سال پیش
client.js c92499d1d9 Removed some duplicate stream code 11 سال پیش
common.js 53116ffd7a Fixed casing functionality in common.js 11 سال پیش
completion_queue_async_worker.cc e8e304e27b Run clang-format against node 11 سال پیش
completion_queue_async_worker.h 749666e8ab Added LICENSE header to all files 11 سال پیش
credentials.cc 073d7b6cd9 Fixing node and ruby builds. 11 سال پیش
credentials.h e8e304e27b Run clang-format against node 11 سال پیش
event.cc e8e304e27b Run clang-format against node 11 سال پیش
event.h 749666e8ab Added LICENSE header to all files 11 سال پیش
main.js b6ab1b477f Added TLS support to interop tests 11 سال پیش
node_grpc.cc 3548ed879a Updated to new call.invoke API 11 سال پیش
package.json b6ab1b477f Added TLS support to interop tests 11 سال پیش
server.cc d2f20b29a6 Removed port_picker and bound to port 0 in tests instead 11 سال پیش
server.h e8e304e27b Run clang-format against node 11 سال پیش
server.js 7eb6bb99d2 Removed all instances of == in js files 11 سال پیش
server_credentials.cc 073d7b6cd9 Fixing node and ruby builds. 11 سال پیش
server_credentials.h e8e304e27b Run clang-format against node 11 سال پیش
surface_client.js 4097c1d201 Shortened a function 11 سال پیش
surface_server.js 2ed57b4858 Moved some code around for clarity 11 سال پیش
tag.cc e8e304e27b Run clang-format against node 11 سال پیش
tag.h 749666e8ab Added LICENSE header to all files 11 سال پیش
timeval.cc e8e304e27b Run clang-format against node 11 سال پیش
timeval.h 749666e8ab Added LICENSE header to all files 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.