10

I'm trying to use Apache Thrift as an RPC mechanism for node.js. However, the official Thrift tutorial for node.js appears to be incomplete, and doesn't describe how to access Thrift services from node.js. Is it yet possible to use Apache Thrift with Node.js, and is any documentation available anywhere?

If Thrift doesn't yet support node.js, then is there any similar RPC framework that works with node.js?

Anderson Green
  • 30,230
  • 67
  • 195
  • 328
  • 1
    I think I found the official documentation (with an examples folder): https://github.com/apache/thrift/tree/trunk/lib/nodejs – Anderson Green Oct 13 '12 at 18:17
  • Update: The forthcoming 0.9.2 release contains a number of improvements in the JS/node area. – JensG Oct 13 '14 at 10:33

1 Answers1

2

The tutorial has been updated with a good example. In case if you are looking for other RPC modules in node, you can have a look at my answer in this question.

Community
  • 1
  • 1
Farid Nouri Neshat
  • 29,438
  • 6
  • 74
  • 115