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

https://github.com/mostlygeek/slowresponse

A simple Play2.0 Framework Application for slow responses
https://github.com/mostlygeek/slowresponse

Last synced: 3 months ago
JSON representation

A simple Play2.0 Framework Application for slow responses

Awesome Lists containing this project

README

        

A simple Play2.0 app that only handles timing out of requests.

Why is this useful?
-------------------

- for testing async libraries that need a simple way to create long
running server connections

- accessible anywhere due to a very permissive crossdomain.xml file
... well to Flash/Unity/etc plugins

- accessible cross domain on web browsers through loading jsonp style
javascript, /timeout.js/:timeout/:functionName
... this will return javascript: functionName(time);
... so, /timeout.js/1000/alert, will respond, alert(1000)

Trying it out
-------------

http://slowresponse.herokuapp.com