Creates a goodchat Koa application
const app = goodchat({ smoochAppId: 'sample_app_id', smoochApiKeyId: 'sample_api_key_id', smoochApiKeySecret: 'sample_api_key_secret', goodchatHost: 'localhost:8000', auth: { GoodChatAuthMode.NONE } }) app.listen(8000, () => ...)
Generated using TypeDoc
Creates a goodchat Koa application