Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.55 KB

File metadata and controls

22 lines (13 loc) · 1.55 KB

QuickBlox Tutorials

Working code samples for the QuickBlox tutorials at quickblox.com/tutorials. Each tutorial is a self-contained project you can clone, configure with your own QuickBlox App Credentials, and run locally to see real-time chat working between two test users.

QuickBlox is a messaging, video calling, and AI agent infrastructure platform — its JavaScript SDK lets you add in-app chat, real-time messaging, and AI chatbots to web and mobile apps without running your own signaling server, message broker, or any other backend infrastructure.

Platforms

  • JavaScript — vanilla JavaScript and React (Vite, Webpack) tutorials for the web

Tutorials for Android, iOS, Flutter, and React Native will be added here.

How to use this repo

Each tutorial folder has its own README that explains what you will build, what to put into the credentials file, and how to start the dev server. Open the platform README to see the list of available tutorials and pick the one that matches what you want to add.

Resources