Re: Javascript: gen:nodejs generated code works in the browser

2011-07-14 Thread roger
yes, we do that within the JavaScript test suite. It uses the Java Test Suite for the server side. just execute the following commands: cd lib/js/test/ ant (=> lint) ant testserver (=> http://localhost:8088/test/test.html ) -Roger Quoting Peter Neumark : I confess I haven't been able to ke

Re: Javascript: gen:nodejs generated code works in the browser

2011-07-14 Thread Peter Neumark
I confess I haven't been able to keep up with the current state of the unified test suite initiative. Is it possible to match a node.js test client with a test server written in another language? Peter On Thu, Jul 14, 2011 at 7:05 AM, wrote: > That's a cool feature Peter! > > I would really lik

Re: Javascript: gen:nodejs generated code works in the browser

2011-07-13 Thread roger
That's a cool feature Peter! I would really like to have a aligned JavaScript and Node.js Thrift implementation. Today, lot of code is duplicated and I think it should be possible to use the same lib for JavaScript and node.js The following essentials are still missing for node.js: Node.js