Python AJAX Server
pyxer.net
Python AJAX Server
1–7 of 7 posts
Re: Python AJAX Server
#2The really interesting part of this is the python-to-javascript conversion, which appears to be based on this:
http://davidf.sjsoft.com/files/py2js
Re: Python AJAX Server
#3God I've been waiting for this!
print "Thank you! "*1000000
Re: Python AJAX Server
#4God I've been waiting for this! print "Thank you! "*1000000
Re: Python AJAX Server
#5The 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
#6Re: Python AJAX Server
#7While 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).