https://github.com/davidedc/minimal-jsonp-client-server-scaffold
A minimal hackable client/server scaffold to serve files and respond to jsonp requests.
https://github.com/davidedc/minimal-jsonp-client-server-scaffold
Last synced: 19 days ago
JSON representation
A minimal hackable client/server scaffold to serve files and respond to jsonp requests.
- Host: GitHub
- URL: https://github.com/davidedc/minimal-jsonp-client-server-scaffold
- Owner: davidedc
- Created: 2014-06-04T10:18:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T12:10:59.000Z (about 12 years ago)
- Last Synced: 2025-03-05T23:45:07.408Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Sometimes you need a minimal, hackable, 1-pager, client/server scaffold to serve files and respond to jsonp requests. This is it.
Contains a minimal html page and a minimal Python server (no further libraries needed, the default OSX install is just fine). Uses JQuery (from cdn).
To use: just ```python simpleJSONPServer``` and then go to ```http://localhost:8000/index.html```