You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2011/01/08 06:14:46 UTC

[jira] Assigned: (THRIFT-1033) Node.js language target

     [ https://issues.apache.org/jira/browse/THRIFT-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

T Jake Luciani reassigned THRIFT-1033:
--------------------------------------

    Assignee: T Jake Luciani

> 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.