JavaScript
Introduction
In this task, you will learn how to create and configure a Client SDK Application and then code a web app that enables two users to send messages to each other.
First, you will create a Conversation and two Users. Then, you will authenticate these Users and add them to the Conversation as Members.
Finally, you will implement chat functionality in your application, including the ability to view and send messages and be notified when either party is currently typing.
The source code is available on GitHub.
Creating a web-based chat app
Create a web application that enables users to message each other
Also available on:
Steps
15