Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 649 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 649 Bytes

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