gRPC for Node.js
Go to file
murgatroid99 61d9ffb231 Modified interop tests to handle binding to port 0 2015-01-21 12:12:39 -08:00
examples Made method names more idiomatically cased for clients and servers 2015-01-16 14:22:14 -08:00
interop Modified interop tests to handle binding to port 0 2015-01-21 12:12:39 -08:00
test Modified interop tests to handle binding to port 0 2015-01-21 12:12:39 -08:00
README.md Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
binding.gyp Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
byte_buffer.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
byte_buffer.h Added LICENSE header to all files 2015-01-12 18:25:58 -08:00
call.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
call.h Run clang-format against node 2015-01-13 14:41:29 -08:00
channel.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
channel.h Run clang-format against node 2015-01-13 14:41:29 -08:00
client.js Removed extra debugger statements 2015-01-21 11:58:23 -08:00
common.js Fixed casing functionality in common.js 2015-01-16 14:22:58 -08:00
completion_queue_async_worker.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
completion_queue_async_worker.h Added LICENSE header to all files 2015-01-12 18:25:58 -08:00
credentials.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
credentials.h Run clang-format against node 2015-01-13 14:41:29 -08:00
event.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
event.h Added LICENSE header to all files 2015-01-12 18:25:58 -08:00
main.js Added TLS support to interop tests 2015-01-21 10:30:36 -08:00
node_grpc.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
package.json Added TLS support to interop tests 2015-01-21 10:30:36 -08:00
server.cc Removed port_picker and bound to port 0 in tests instead 2015-01-21 11:55:39 -08:00
server.h Run clang-format against node 2015-01-13 14:41:29 -08:00
server.js Removed extra debugger statements 2015-01-21 11:58:23 -08:00
server_credentials.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
server_credentials.h Run clang-format against node 2015-01-13 14:41:29 -08:00
surface_client.js Added and fixed interop tests 2015-01-20 18:06:43 -08:00
surface_server.js Merge branch 'master' into node_bind_port_zero 2015-01-21 12:05:36 -08:00
tag.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
tag.h Added LICENSE header to all files 2015-01-12 18:25:58 -08:00
timeval.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
timeval.h Added LICENSE header to all files 2015-01-12 18:25:58 -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.