Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Apache Thrift with Node.js

Tags:

node.js

thrift

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?

like image 589
Anderson Green Avatar asked Oct 13 '12 18:10

Anderson Green


1 Answers

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.

like image 165
Farid Nouri Neshat Avatar answered Oct 30 '22 21:10

Farid Nouri Neshat