gRPC for Node.js
Go to file
murgatroid99 a279fbd49c Removed temp files 2015-01-12 18:15:42 -08:00
examples Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
test Removed temp files 2015-01-12 18:15:42 -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 Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
byte_buffer.h Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
call.cc Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
call.h Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
channel.cc Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
channel.h Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
client.js Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
common.js Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
completion_queue_async_worker.cc Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
completion_queue_async_worker.h Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
credentials.cc Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
credentials.h Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
event.cc Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
event.h Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
node_grpc.cc Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
package.json Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
port_picker.js Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
server.cc Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
server.h Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
server.js Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
server_credentials.cc Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
server_credentials.h Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
surface_client.js Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
surface_server.js Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
tag.cc Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
tag.h Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
timeval.cc Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00
timeval.h Clean commit of Node.js library source 2015-01-12 18:14:35 -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.