All Projects → QuickBlox → Quickblox Javascript Sdk

QuickBlox / Quickblox Javascript Sdk

Licence: apache-2.0
JavaScript SDK of QuickBlox cloud backend platform

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Quickblox Javascript Sdk

Quickblox Ios Sdk
QuickBlox iOS SDK for messaging and video calling
Stars: ✭ 373 (+280.61%)
Mutual labels:  sdk, chat, messaging, communication, xmpp, webrtc
Q Municate Ios
Q-municate iOS repository
Stars: ✭ 164 (+67.35%)
Mutual labels:  chat, messaging, whatsapp, xmpp, webrtc
Chat
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
Stars: ✭ 8,238 (+8306.12%)
Mutual labels:  chat, messaging, whatsapp, xmpp
Eiskaltdcpp
File sharing program using DC and ADC protocols
Stars: ✭ 277 (+182.65%)
Mutual labels:  chat, messaging, communication
Venom
Venom is the most complete javascript library for Whatsapp, 100% Open Source.
Stars: ✭ 3,457 (+3427.55%)
Mutual labels:  framework, chat, whatsapp
q-municate-web
Q-municate Web chat application
Stars: ✭ 66 (-32.65%)
Mutual labels:  bower, xmpp, whatsapp
Chatsecure Ios
ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.
Stars: ✭ 3,044 (+3006.12%)
Mutual labels:  chat, messaging, xmpp
Falconmessenger
🌟🌟🌟🌟🌟 Falcon Messenger is a Fast and Beautiful cloud-based messaging app. With iOS and IPadOS Support. Available on the App Store.
Stars: ✭ 310 (+216.33%)
Mutual labels:  chat, messaging, whatsapp
Qmchatviewcontroller Ios
An elegant ready to go chat view controller for iOS applications
Stars: ✭ 75 (-23.47%)
Mutual labels:  chat, messaging, xmpp
Ejabberd
Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
Stars: ✭ 5,077 (+5080.61%)
Mutual labels:  chat, messaging, xmpp
Briefing
Secure direct video group chat
Stars: ✭ 710 (+624.49%)
Mutual labels:  chat, communication, webrtc
Hanu
Golang Framework for writing Slack bots
Stars: ✭ 128 (+30.61%)
Mutual labels:  framework, chat, communication
Chat21 Android Sdk
Android Chat SDK built on Firebase
Stars: ✭ 204 (+108.16%)
Mutual labels:  sdk, chat, messaging
Stream Chat Flutter
Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
Stars: ✭ 220 (+124.49%)
Mutual labels:  sdk, chat, messaging
Chat Sdk Android
Chat SDK Android - Open Source Mobile Messenger
Stars: ✭ 1,496 (+1426.53%)
Mutual labels:  sdk, messaging, xmpp
React Discord Clone
Discord Clone using React, Node, Express, Socket-IO and Mysql
Stars: ✭ 198 (+102.04%)
Mutual labels:  chat, messaging, webrtc
Jackal
Instant messaging server for the Extensible Messaging and Presence Protocol (XMPP).
Stars: ✭ 899 (+817.35%)
Mutual labels:  chat, messaging, xmpp
Tigase Server
Highly optimized, extremely modular and very flexible XMPP/Jabber server
Stars: ✭ 170 (+73.47%)
Mutual labels:  chat, messaging, xmpp
Tindroid
Tinode chat client application for Android
Stars: ✭ 194 (+97.96%)
Mutual labels:  chat, messaging, whatsapp
Messenger Ios Chat Swift Firestore
Messenger Clone - Real-time iOS Chat with Firebase Firestore written in Swift
Stars: ✭ 405 (+313.27%)
Mutual labels:  chat, messaging, whatsapp

QuickBlox JavaScript SDK

travis-ci Code Climate npm npm

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 our API Reference for more detailed information about our SDK.

Install

Dependencies for browser

<script src="https://unpkg.com/[email protected]/quickblox.min.js"></script>

Bower and RequireJS

If you use the bower package manager for your project, you can install the JS SDK through bower:

bower install quickblox --save

When you use RequireJS, you are able to use QuickBlox as an AMD compliant module. The SDK supports the UMD (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).

Node.js and NPM integration

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:

var QB = require('quickblox');

// OR to create many QB instances
var QuickBlox = require('quickblox').QuickBlox;
var QB1 = new QuickBlox();
var QB2 = new QuickBlox();

Download ZIP archive

QuickBlox JavaScript SDK, zip archive

Browsers support

Edge Firefox Chrome Safari Opera Node.js
14+ 52+ 50+ 11.1+ 36+ 6+

Documentation

You can look at it here https://docs.quickblox.com/docs/js-quick-start

Questions and feedback

Please raise questions, requests for help etc. via https://stackoverflow.com/questions/tagged/quickblox

Feedback and suggestions for improvement always welcome :)

How to contribute

See more information at contributing.md

License

Apache 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].