Mesibo Javascript Sample Apps

The following sample apps are built using Mesibo Javascript SDK. These sample apps are meant to be a starting point to help you build applications using mesibo. Before you go ahead, it is recommended that you read the Get Started tutorial and try Mesibo Javascript Basic Demo .

To use any of the sample apps below, you need an access token. You can get this token by creating a user in the console or using backend API. Once you get the the token you need to edit config.js, set the token and the app-id that you used to generate the token.

Messenger
This is a fully featured Whatsapp like app which displays a list of users on the left and messages on the right. To use this app, set the token and app-id in config.js. You can also login with a phone number and an OTP, in which case mesibo will automatically generate a token(using Private Backend APIs) and set it for you. Refer to the instructions in the README to learn about syncing contacts, etc.
Open Messenger

Popup
This is a simple chat popup app. You can send messages and make calls to a single user. To use this app, set the token and appid in config.js and set the address of the user that you want to send messages and make calls to. Refer to the instructions in the README to learn about setting popup avatar, etc.
Open Popup

Multi-tab Popup
This is a multi-tab chat popup app. This chat popup app can be simultaneously opened across multiple tabs. All the tabs share a single connection to mesibo.

You can send messages and make calls to a single user. To use this app, set the token and appid in config.js and set the address of the user that you want to send messages and make calls to. Refer to the instructions in the README to learn about setting popup avatar, etc.

Open Multitab Popup

FAQ & Troubleshooting