I can see gRPC has a port for C#, and Nodejs. But what about Nodejs installed on Windows. Can it also run gRPC ?Thanks!
--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/e747e080-7701-4e2a-8412-e1101f81e00e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
C:\node-example>node greeter_server
C:\node-example\node_modules\grpc\node_modules\bindings\bindings.js:83
throw e
^
Error: %1 is not a valid Win32 application.
C:\node-example\node_modules\grpc\build\Release\grpc.node
at Error (native)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at bindings (C:\node-example\node_modules\grpc\node_modules\bindings\bindings.js:76:44)
at Object.<anonymous> (C:\node-example\node_modules\grpc\src\client.js:43:31)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/f3f312d1-2dce-49ac-a0a0-55d745ec8ccc%40googlegroups.com.