Customize Web Chat by Making the Component Minimizable.
A web page where instead of Web Chat being the primary app, the Web Chat component is nested in a minimizable area of the DOM. This is a popular feature for Web Chat users, where the bot is an accessory to the website, not the main feature.
- Fork this repository
- Navigate to
project location
in command line - Run
npm install
- Run
npm start
- Browse to http://localhost:3000/
Start the bot project using npm start
Unofficial package to emulate the bot framework connector locally.
npm install offline-directline -g
Then simply use the "directline" command with the endpoint 4000 to host offline-directline and the endpoint where your bot is hosted
directline -d 4000 -b "http://127.0.0.1:3978/api/messages"