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.

If you would like to follow along without building the app yourself and even run the application on Stackblitz with one click, the completed project is available on Github - please see the messaging-js folder.

This tutorial uses @vonage/client-sdk version 1.0 or greater