Multitudes! Last week I realized that the existing perl backend does not lend itself to writing asynchronous server code ... so I reworked it. I give you:
Mojolicious::Plugin::Qooxdoo http://search.cpan.org/~oetiker/Mojolicious-Plugin-Qooxdoo/ https://github.com/oetiker/Mojolicious-Plugin-Qooxdoo thanks to it being a Mojolicious plugin, you get: * only a single dependency (Mojolicious) * a standalone webserver for development (including the ability to run the source version of your application) * a high performance webserver for production (via reverse proxy) * many additional deployment options (cgi/fcgi/plak) * the ability to write asynchronous server code resulting in much higher performance as a single server process can server much more requests. * a more Mojo-like way of writing the JSON-RPC server methods than the previous module offered. cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
