Sample chat app for the Microsoft Bot Framework using the DirectLine API.
Rapidly-evolving proof of concept. Not currently supported or in any way production-ready. Questions and comments to billba@microsoft.com. Please don't submit pull requests unless we have previously discussed it.
I keep notes reflecting my current thinking. I try to keep them reasonably up to date.
- Clone this repo
npm install
npm run build
(to build on every changenpm run watch
, to build minifiednpm run minify
)- Start a local web server (I used http-server) and aim your browser at http://localhost/{port}/test.html (for TestBot) or http://localhost/{port}/index.html?s={appsecret} using the DirectLine app secret for your bot
© 2016 Microsoft Corporation