Re: [qooxdoo-devel] node-based REST backend/framework

2011-10-16 Thread Tristan Koch
Hi Christian, you might want to take a look at express [1] which is based on connect [2]. For resourceful routing, the "resource" [3] module provides sensible defaults, similar to those found in Rails. Tristan [1] http://expressjs.com/ [2] http://senchalabs.github.com/connect/ [3] https://gith

[qooxdoo-devel] node-based REST backend/framework

2011-10-16 Thread panyasan
Hello all, I used to rely on json-rpc with a PHP backend, but before investing any effort into the next version of my main application, I consider to totally switch to another model of server communication. Especially given the new support in qx, RESTful web resources is the obvious alternative to