![logo](https://raw.githubusercontent.com/opentok/textchat-acc-pack/master/tokbox-logo.png)
OpenTok Text Chat Accererator Pack
The OpenTok Text Chat Accelerator Pack provides functionality you can add to your OpenTok applications that enables users to exchange text messages between mobile or browser-based devices. For usage details, take a look a the text chat sample app.
###Installation:
$ npm install --save opentok-text-chat
If using browserify or webpack:
const textChat = require('opentok-text-chat');
Otherwise, include the accelerator pack in your html:
<script src="../your/path/to/opentok-text-chat.js"></script>
. . . and it will be available in global scope as TextChatAccPack
Click here for a list of all OpenTok accelerator packs.