Live data from Hacker News

Python AJAX Server

pyxer.net

1–7 of 7 posts

Re: Python AJAX Server

#5
post #2

The really interesting part of this is the python-to-javascript conversion, which appears to be based on this: http://davidf.sjsoft.com/files/py2js

"... the python-to-javascript conversion, which appears to be based on : py2js ..."

I like the way py2js uses pure python and lets you do the rest. Pyxer requires Cherrypy for the server.

Re: Python AJAX Server

#7
While this is similar to Aptana's Jaxer project, Jaxer does server-side DOM stuff just as easily as client-side DOM stuff. I'm having a hard time imagining this framework does that. The only DOM stuff in the example is marked as clientside. With Jaxer, they actually have JQuery running serverside. I'm not sure how pyxer could even make use of JQuery clientside (or other frameworks).