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
- Host: GitHub
- URL: https://github.com/mostlygeek/slowresponse
- Owner: mostlygeek
- License: mit
- Created: 2012-08-02T23:42:26.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-03T23:41:30.000Z (almost 13 years ago)
- Last Synced: 2025-02-12T16:51:48.704Z (4 months ago)
- Language: Scala
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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