CDN:
To get started using the CDN version of ChatEngine, include a reference to the minified javascript package in your HTML file.
<script src="https://cdn.jsdelivr.net/npm/chat-engine@latest/dist/chat-engine.min.js"></script>
The ChatEngine library will then be available as window.ChatEngineCore
.
NPM:
To get started using the NodeJS version of ChatEngine, install chat-engine from npm and require it into your application:
let ChatEngineCore = require('chat-engine');