Tutorials
React Native
How to Build In-App Chat in a React Web Application
If you need to add real-time 1:1 chat to a React + TypeScript app, the QuickBlox JavaScript SDK lets you do it with a…
Developer Tutorials & Guides
Step-by-step tutorials, architecture guides, and implementation best practices for building communication applications, AI-powered workflows, and healthcare solutions with QuickBlox.
Tutorials
React Native
If you need to add real-time 1:1 chat to a React + TypeScript app, the QuickBlox JavaScript SDK lets you do it with a…
Tutorials
JavaScript
QuickBlox's JavaScript SDK lets you add real-time 1:1 chat to a web page with a single <script> tag. No backend server, no Node.js, no…
Note: After the message.list log line, the browser will show an Uncaught ReferenceError: registerMessageListener is not defined — that's expected at this stage. The…
Title 1 How to add a recommended tutorial article to the main tutorial section page
Title 1 Title 2 title 3 Title 4
package.json{ "name": "in-app-chat-web", "private": true, "scripts": { "start": "serve -l 3001 --no-clipboard ." }, "devDependencies": { "serve": "14.2.4" } }
Learn the key real-time communication patterns with these quick tutorials.
QuickBlox's JavaScript SDK lets you add real-time 1:1 chat to a web page with a single <script> tag. No backend server, no Node.js, no build step. By the…
Title 1 How to add a recommended tutorial article to the main tutorial section page