https://github.com/schizoduckie/onx.browserquestion
Creates a callback via the browser to power user interaction for Microsoft Onx (www.onx.ms)
https://github.com/schizoduckie/onx.browserquestion
Last synced: 2 months ago
JSON representation
Creates a callback via the browser to power user interaction for Microsoft Onx (www.onx.ms)
- Host: GitHub
- URL: https://github.com/schizoduckie/onx.browserquestion
- Owner: SchizoDuckie
- Created: 2012-06-06T01:39:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-06T01:53:57.000Z (almost 13 years ago)
- Last Synced: 2025-01-07T20:50:56.983Z (4 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
onx.browserquestion
===================Creates a callback via the browser to power user interaction for Microsoft Onx (www.onx.ms)
I tried to hack together a method to abuse the browser to ask the user a question.
It works, even though there's no settimeout to create a polling connection.
(I delay the response by a second on the serverside as soon as a client starts polling)
I setup a simple PHP backend with a memcached server in a VM, so please don't kill my bandwidth or
think you can use this to run your company on.This demo just asks a custom question via the browser, and shows a notification based on the result,
ut the possibilities are endless ofcourse