- Notifications
You must be signed in to change notification settings - Fork217
JavaScript SDK of QuickBlox cloud backend platform
License
Unknown, Unknown licenses found
Licenses found
QuickBlox/quickblox-javascript-sdk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The QuickBlox JavaScript SDK provides a JavaScript library making it even easier to access the QuickBlox cloud communication backend platform.
QuickBlox is a suite of communication features & data services (APIs, SDKs, code samples, admin panel, tutorials) which help digital agencies, mobile developers and publishers to add great communication functionality to smartphone applications like in Skype, WhatsApp, Viber.
Check out ourAPI Reference for more detailed information about our SDK.
<scriptsrc="https://unpkg.com/quickblox@2.19.0/quickblox.min.js"></script>
If you use the bower package manager for your project, you can install the JS SDK through bower:
bower install quickblox --save
When you useRequireJS, you are able to use QuickBlox as an AMD compliant module. The SDK supports theUMD (Universal Module Definition) pattern for JavaScript modules, so it is possible to use the SDK everywhere (as a global variable in the browser via an AMD module loader like RequireJS or as a CommonJS module in a Node.js environment).
Also you can use QuickBlox JavaScript SDK with server-side applications on NodeJS through the native node package. Just install the package in your application project like this:
npm install quickblox --save
And you're ready to go:
varQB=require("quickblox");// OR to create many QB instancesvarQuickBlox=require("quickblox").QuickBlox;varQB1=newQuickBlox();varQB2=newQuickBlox();
QuickBlox JavaScript SDK, zip archive
Edge | Firefox | Chrome | Safari | Opera | Node.js |
---|---|---|---|---|---|
14+ | 52+ | 50+ | 11.1+ | 36+ | 6+ |
You can look at it herehttps://docs.quickblox.com/docs/js-quick-start
Please raise questions, requests for help etc. viahttps://stackoverflow.com/questions/tagged/quickblox
Feedback and suggestions for improvement always welcome :)
See more information atcontributing.md
QuickBlox SDK License Agreement. Please see the LICENSE.md file distributed with the SDK.All samples and examples provided within this SDK are distributed under the MIT License.The text of the MIT License is included within each sample.
About
JavaScript SDK of QuickBlox cloud backend platform
Topics
Resources
License
Unknown, Unknown licenses found
Licenses found
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.