项目作者: vijayst

项目描述 :
Twilio chat with Flex
高级语言: JavaScript
项目地址: git://github.com/vijayst/twilio-chat-with-flex.git
创建时间: 2019-06-08T04:55:08Z
项目社区:https://github.com/vijayst/twilio-chat-with-flex

开源协议:Apache License 2.0

下载


twilio-chat-with-flex

Use Twilio Chat SDK along with Twilio Flex. Makes use of Undocumented Preview API from Twilio.

Server

To start the server on localhost:4000, do the following:

  1. cd server
  2. npm install
  3. npm start

Let the server be running.

Client

From the root folder, run

  1. npm install
  2. npm start

Browse to localhost:3000 to see the chat window.