serverside jquery working in googles app engine

serverside jquery working in googles app engine

with a couple caveats but i thought i would share in case folks are interested.
<a href="http://jquery-claypool.appspot.com/">http://jquery-claypool.appspot.com/</a>
is running serverside javascript with envjs, jquery, and claypool in googles appengine.
caveats:
you can't use setTimeout or async xhr as google doesn't allow apps to create threads.
ajax only supports http protocols, and inline scripts aren't allowed as google doesnt allow access to the local file system.
all in all i'm amazed at how easy it was to get working.  i did find
and patch a little bug in envjs xhr implementation that caused an error
when copying response headers.  the latest was pushed to github.<br clear="all">
--
Christopher Thatcher
<br clear="all">
--
Christopher Thatcher