murgatroid99 cca5ffa991 Added code generation for clients and servers преди 11 години
..
examples cca5ffa991 Added code generation for clients and servers преди 11 години
test cca5ffa991 Added code generation for clients and servers преди 11 години
README.md e506151918 Clean commit of Node.js library source преди 11 години
binding.gyp e506151918 Clean commit of Node.js library source преди 11 години
byte_buffer.cc e8e304e27b Run clang-format against node преди 11 години
byte_buffer.h 749666e8ab Added LICENSE header to all files преди 11 години
call.cc e8e304e27b Run clang-format against node преди 11 години
call.h e8e304e27b Run clang-format against node преди 11 години
channel.cc e8e304e27b Run clang-format against node преди 11 години
channel.h e8e304e27b Run clang-format against node преди 11 години
client.js 749666e8ab Added LICENSE header to all files преди 11 години
common.js cca5ffa991 Added code generation for clients and servers преди 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 e8e304e27b Run clang-format against node преди 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 cca5ffa991 Added code generation for clients and servers преди 11 години
node_grpc.cc e8e304e27b Run clang-format against node преди 11 години
package.json cca5ffa991 Added code generation for clients and servers преди 11 години
port_picker.js 749666e8ab Added LICENSE header to all files преди 11 години
server.cc e8e304e27b Run clang-format against node преди 11 години
server.h e8e304e27b Run clang-format against node преди 11 години
server.js cca5ffa991 Added code generation for clients and servers преди 11 години
server_credentials.cc e8e304e27b Run clang-format against node преди 11 години
server_credentials.h e8e304e27b Run clang-format against node преди 11 години
surface_client.js cca5ffa991 Added code generation for clients and servers преди 11 години
surface_server.js cca5ffa991 Added code generation for clients and servers преди 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.