gRPC for Node.js
Go to file
murgatroid99 3279c7c7c1 Merge branch 'master' into node_remove_byte_streams 2015-01-21 15:59:11 -08:00
examples Made method names more idiomatically cased for clients and servers 2015-01-16 14:22:14 -08:00
interop Added TLS support to interop tests 2015-01-21 10:30:36 -08:00
test Switched binary stream to object stream 2015-01-21 13:43:39 -08:00
README.md Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
binding.gyp Fixing node and ruby builds. 2015-01-21 11:13:43 -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 Switched binary stream to object stream 2015-01-21 13:43:39 -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 Fixing node and ruby builds. 2015-01-21 11:13:43 -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
port_picker.js Added LICENSE header to all files 2015-01-12 18:25:58 -08:00
server.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
server.h Run clang-format against node 2015-01-13 14:41:29 -08:00
server.js Switched binary stream to object stream 2015-01-21 13:43:39 -08:00
server_credentials.cc Fixing node and ruby builds. 2015-01-21 11:13:43 -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 Made method names more idiomatically cased for clients and servers 2015-01-16 14:22:14 -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.