An open API service indexing awesome lists of open source software.

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.

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```