gRPC for Node.js
Go to file
murgatroid99 e925ff366b Fixed casing functionality in common.js 2015-01-16 14:22:58 -08:00
examples Made method names more idiomatically cased for clients and servers 2015-01-16 14:22:14 -08:00
test Made method names more idiomatically cased for clients and servers 2015-01-16 14:22:14 -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 Added LICENSE header to all files 2015-01-12 18:25:58 -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 code generation for clients and servers 2015-01-15 14:06:56 -08:00
node_grpc.cc Run clang-format against node 2015-01-13 14:41:29 -08:00
package.json Made method names more idiomatically cased for clients and servers 2015-01-16 14:22:14 -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 Added code generation for clients and servers 2015-01-15 14:06:56 -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 Made method names more idiomatically cased for clients and servers 2015-01-16 14:22:14 -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.