Anderson Green
Anderson Green

Reputation: 31810

Using Apache Thrift with Node.js

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?

Upvotes: 10

Views: 6164

Answers (1)

Farid Nouri Neshat
Farid Nouri Neshat

Reputation: 30430

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.

Upvotes: 2

Related Questions