-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Future plans #14
Comments
Cheers, and thanks! I'll be honest, I built this as a quick fix to a problem I saw lots of developers having. I don't have the bandwidth to make have feature-parity with the Bot Framework Connector. That said, I'm more than happy to field PRs from the community! Another thing I'll note is that the next generation of the botbuilder SDK will allow you to host your bot code in the browser, without a connector at all. Of course, this doesn't help for channel bots (bots on facebook messenger, skype, teams, slack, etc), but dramatically simplifies the developer experience for bots in the browser. |
FYI, I just opened up issue #15 to request help on the attachment front. The https support is a harder problem, but a solveable one as well. |
Dear Ryan, Can we know more about that? |
Here's the v4 SDK, which can run a bot in browser: https://github.com/Microsoft/botbuilder-js I don't think it has a sample for this capability yet, but it should be coming! |
Hey!
This is an awesome project.
I would like to know how you're planning the future of this project?
Especially the attachment support and https support.
The text was updated successfully, but these errors were encountered: