Re: [qooxdoo-devel] How to get started with qxoo and Node.js

2011-09-20 Thread [email protected]
Hello, thanks a lot for your Tips and Tricks! I ask a few stupid beginners, sorry. Got curious, I found the contrib RpcNode: It is "...still unfunctional" and for version "1.3-pre"is it no longer developed? Why? Better RpcJs? What is best practice to use RPC with qooxdoo and node.js? Using a R

Re: [qooxdoo-devel] How to get started with qxoo and Node.js

2011-09-18 Thread Florian Giesen
Thank you Franck and Tino, your tips helped me a lot to get started with qooxdoo on node.js! Cheers, Florian 2011/9/16 Tino Butz > Hi, > > First you should install npm: > > http://npmjs.org/ > > To install qxoo just use the following command: > > npm install qooxdoo > > As an alternative you co

Re: [qooxdoo-devel] How to get started with qxoo and Node.js

2011-09-16 Thread Tino Butz
Hi, First you should install npm: http://npmjs.org/ To install qxoo just use the following command: npm install qooxdoo As an alternative you could add qooxdoo as a project dependency in the package.json file. "npm install -d" will install all dependencies. (or use "npm update -d" to update

Re: [qooxdoo-devel] How to get started with qxoo and Node.js

2011-09-16 Thread franck34
I'm using it. Here my directory structure (for development): /home/myprojects/nodeserver /home/myprojects/httpdocs /home/myprojects/httpdocs/qooxdoo-1.5.sdk /home/myprojects/httpdocs/source /home/myprojects/httpdocs/build In nodeserver directory i have server.js, which is the node server. Code b

[qooxdoo-devel] How to get started with qxoo and Node.js

2011-09-15 Thread Florian Giesen
Hello List, I want to try server-side JavaScript with Node.js. As "old" qooxdoo user I want of course use qxoo in my server scripts where possible. Can you give me a hint / documentation where I can get started with this toppic (I am also very new in Node.js and its module system)? Shall I create t