Good choice using Delphi as your server, that is what we are doing.
Though we started out serving up standard web pages before we were
serving up qooxdoo code so our server is basically a generic HTTP
server and that works fine with qooxdoo also. If you have a good JSON
parser in Delphi, you should have no trouble creating a JSON-RPC
server, our latest revisions of the server do this very thing.
Basically, you are going to be able to handle this with Delphi with
little trouble.

As for the firewall issue, you may be behind some network firewall,
but remember that Windows now installs a firewall in every computer
and port 81 is not a standard open port so you may need to open that
port on each machine.

Jim


On Thu, Dec 23, 2010 at 8:59 AM, slah <[email protected]> wrote:
>
> Hello,
>
> I'd like to build my backend server using Delphi (due to options I'll have
> regarding PDF generation, etc) and I wonder what works better with qooxdoo,
> a JSON-RPC server similar to the PHP one provided or a REST backend?
>
> another question is: my backend server will run on port 81 on the same host
> as the web server which listens on port 80. My users are behind a firewall,
> do they need access to port 81 to use my application or not?
>
> Thank you
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/which-better-for-qooxdoo-JSON-RPC-REST-and-hosting-wonders-tp5862420p5862420.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment, and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to