How to build a Flask chat app with TalkJS
Tutorial on integrating TalkJS chat with a Flask and SQLite backend, storing user data and creating TalkJS users from REST endpoints.
Technical Writer
Tutorial on integrating TalkJS chat with a Flask and SQLite backend, storing user data and creating TalkJS users from REST endpoints.
Tutorial on integrating TalkJS chat with a Spring Boot and H2 database backend, storing user data and creating TalkJS users from REST endpoints.
This guide uses the classic JavaScript SDK. If you're starting a new project, consider using TalkJS Chat UI
This guide covers how to add chat to your existing Angular application with the TalkJS chat API.
Tutorial on using the TalkJS Theme Editor to recreate the Upwork chat UI, including contract-view header, system messages, and message styling.
Tutorial on using the TalkJS Theme Editor to recreate Twitter's DM interface for both mobile and desktop, including header, bubbles, and layout styling.
Tutorial on using the TalkJS Theme Editor to recreate the Airbnb messaging inbox, including header, message bubbles, system messages, and layout.
Tutorial on using the TalkJS Theme Editor to recreate the LinkedIn messaging UI, including header, avatar, message bubble, and timestamp styling.
Tutorial on using the TalkJS Theme Editor to recreate the WhatsApp chat UI, including header color, message bubbles, and layout styling.
Tutorial on using ngrok to expose a local Node.js server to the internet, allowing TalkJS webhook events like message.sent to be tested locally.