A server for web APIs that don't support cross domain access. Provides two different versions of the server code (python and server side javascript via node.js).
The python version of the server is based on the server in https://github.com/plamere/SetListener and uses cherrypy.
python server.py
##Node version The node version requires http, url and httpdispatcher.
node server.js