Build Your First Web App
Last updated
Last updated
NOTE The Getting Started docs show you how to build your first Mitter.io app with our cloud-hosted sandbox only.
To use it with your docker container, simply change the base API Url (when creating the mitter object) to the address of your running docker container.
Before we get started with this tutorial, let’s have a quick primer on what Mitter.io is and what are we going to build in this tutorial.
Mitter.io is a messaging platform which allows you to build apps around messaging. You can treat a message as something more than just an envelope for text with our platform.
In this tutorial, we’re going to build a simple chat app that allows private replies to specific participants in a group.
You can find the complete project . Feel free to clone the repository and play around.
Want a detailed guide to building with the platform? Watch our webinars !