Hi, I've always through its sort of strange to have separate code generators for node.js and browser environments. Since I'm trying to get the browser to work as a thrift server (responding to requests coming from the webserver), I need to use the node.js code generator.
I got a proof of concept working: https://github.com/postlock/thrift-over-socketio Is anybody else interested in converging the browser/node.js javascript libs and code generator as much as possible? Peter