condor-framework icon indicating copy to clipboard operation
condor-framework copied to clipboard

Framework for building GRPC services in Node JS. Include middleware, and more.

Results 7 condor-framework issues
Sort by recently updated
recently updated
newest added

currently the framework does not support the 3rd parameter `checkClientCertificate` of the `grpc.ServerCredentials.createSsl` function. this pull request adds support for it.

I'm getting this error when server starts: ` Method handler placeOrder for /order.OrderService/placeOrder expected but not provided ` I've put some logs in the builder.js line 13 (add method) and...

We have a proto with option java_package, and condor won't boot correctly in this case. I found that a regex for getting package caused this problem in lib/builder.js at line...

Been playing around a bit and so far this is pretty awesome. Have a question about the logging however. In the documentation it lists this example ``` app.use(scope, (ctx, next)...

Adding `grpc` as a peer dependency would allow users to update grpc versions anytime without updating condor-framework.

When the port is already in used, it shows a message, but it doesn't finish the application. It should exit with a non-zero error code.