I have created a bot program in node.js using Microsoft bot framework. Now I want to connect that bot program with my custom chat window UI (index.html) built in HTML, CSS & JS and deployed over an intranet network. I have already created a local express server.
Asked
Active
Viewed 379 times
1
-
Possible duplicate of [How to communicate the web service to bot framework directly?](http://stackoverflow.com/questions/40904833/how-to-communicate-the-web-service-to-bot-framework-directly) – Ezequiel Jadib May 05 '17 at 02:03
-
Hi Ezequiel , The link is useful but I don't want to register my bot to Microsoft BOT framework because "I want to deploy it to an intranet network." Is there any option to achieve it without Direct Line API ? if "NO" then is it mandatory to register BOT to Microsoft BOT framework. ? – ARYAN SHARMA May 05 '17 at 15:14
-
1Check this: http://stackoverflow.com/questions/40888489/bot-framework-without-azure-possible – Ezequiel Jadib May 05 '17 at 15:31