Skip to content

Set up a web server to allow cross domain access to other sites.

Notifications You must be signed in to change notification settings

magrawala/crossDomainServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Cross Domain Server

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).

Python Version

The python version of the server is based on the server in https://github.com/plamere/SetListener and uses cherrypy.

Usage

python server.py

##Node version The node version requires http, url and httpdispatcher.

Usage

node server.js

About

Set up a web server to allow cross domain access to other sites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published