Criptext / Monkey-Chat-Web

A sample web app using the Criptext UI Chat lib integrated with Monkey SDK for secure real time communications
3 stars 6 forks source link

Monkey-Chat-Web

MonkeyChat helps you set up your own chat in your site.


Examples

We have two ways to implement a chat.

Widget

It is the easiest and fastest way, you only need to add the JavasCript file from a CDN and set up configuration. The steps are in widget example

https://cdn.criptext.com/v2.1.0/monkeyChatEnterprise.js

React

If you need to customize the chat's logic, add enhancements, set up communications, etc. we recommend you follow these react examples