8000 GitHub - tiagonmas/botchat: sample webapp for MS bot framework chats
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tiagonmas/botchat

 
 

Repository files navigation

MSBotChat

Sample chat app for the Microsoft Bot Framework using the DirectLine API.

How real is this?

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.

Install, Build, Run

  1. Clone this repo
  2. npm install
  3. npm run build (to build on every change npm run watch, to build minified npm run minify)
  4. 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

Copyright & License

© 2016 Microsoft Corporation

MIT License

About

sample webapp for MS bot framework chats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • TypeScript 4.2%
  • Other 1.2%
0