We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From Firebug console in Firefox 3.6.3
>>> 100==99.99 false >>> 100==99.999 false >>> 100==99.9999 false >>> 100==99.99999 false >>> 100==99.999999 false >>> 100==99.9999999 false >>> 100==99.99999999 false >>> 100==99.999999999 false >>> 100==99.9999999999 false >>> 100==99.99999999999 false >>> 100==99.999999999999 false >>> 100==99.9999999999999 false >>> 100==99.99999999999999 false >>> 100==99.999999999999999 true
The text was updated successfully, but these errors were encountered:
You will need a database that exposes itself over HTTP like couchDB. Without database access over HTTP it is not possible.
As for javascript frameworks you have two options
Some of the big libraries include: YUI3, Dojo, Goog, JavaScriptMVC
As for specific libraries for the tasks involved.
You also need a database that exposes itself over HTTP like CouchDB. You need to set up HTTPS and authentication properly for security.
Of course you lose non-javascript support.
All in all though I would not recommend using such a stack for your generic enterprise business application. It can be used for REST services.
Must read:
Sorry, something went wrong.
No branches or pull requests
From Firebug console in Firefox 3.6.3
The text was updated successfully, but these errors were encountered: