ryanvolum / offline-directline

Unofficial package to emulate the bot framework connector locally.
https://www.npmjs.com/package/offline-directline
78 stars 44 forks source link

Future plans #14

Closed alokraj68 closed 6 years ago

alokraj68 commented 6 years ago

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.

ryanvolum commented 6 years ago

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.

ryanvolum commented 6 years ago

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.

alokraj68 commented 6 years ago

Dear Ryan, Thanks a lot for replying. We were going through the new things in Bf. We did not want to pay for Directline since we are making an open source product. We thought we will have the power to decide where we should host it and also, decide if we need premium things like Directline. We are ready to host our own DL. Since you said about the new implementation,

Can we know more about that? Is there any timeline when we can use it like the same way it is now.

ryanvolum commented 6 years ago

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!