[ https://issues.apache.org/jira/browse/THRIFT-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984017#action_12984017 ]
Wade Simmons edited comment on THRIFT-1033 at 1/19/11 11:08 PM: ---------------------------------------------------------------- I found a few bugs with serializing maps and inheritance (when a service extends another service). Should I submit these patches as new JIRA tickets? was (Author: wadey): I found a few bugs with serializing maps and inheritance (when a server extends another service). Should I submit these patches as new JIRA tickets? > Node.js language target > ----------------------- > > Key: THRIFT-1033 > URL: https://issues.apache.org/jira/browse/THRIFT-1033 > Project: Thrift > Issue Type: New Feature > Components: JavaScript - Compiler, JavaScript - Library > Affects Versions: 0.6 > Reporter: Wade Simmons > Assignee: T Jake Luciani > Fix For: 0.6 > > Attachments: thrift_nodejs.patch, thrift_nodejs_lib.patch > > > This patch allows you to pass an option to the JavaScript compiler to make it > compile sources that work with Node.JS > thrift --gen js:node ... > If you prefer, you can browse the individual patches on my github repo: > https://github.com/wadey/thrift/compare/trunk...nodejs-compiler-trunk > The Node.JS client is available here (wasn't sure if I should add it in this > patch to the lib/ folder): > https://github.com/wadey/node-thrift > Here is a client and server example: > https://github.com/wadey/node-thrift/tree/master/examples > My company, SimpleGeo, has been using this code in production for multiple > months and we haven't run into any major bugs that haven't already been > fixed. I've also been chatting with someone who found the code on github and > is using this code to talk with PHP (PHP Thrift client -> Node.JS Thrift > server). > Let me know if you have any questions or concerns! I would love to see this > make it in to 0.6; hopefully I am not too late for that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.