

So in my case, that would be the Bot Emulator Setup. So you go to the download link here, and you search for the specific tool for your operating system. And this tool is a tool written in electron, so it works on Mac, Window's, Linux. And this is just a tool that Microsoft has written. So let's visit the GitHub rapid for Bot Framework Emulator.
Bot framework emulator mac how to#
But now, how to I test the bot? Well, for that, I need a tool called the Bot Framework Emulator. It won't make much sense because it doesn't accept a git request, but the server will answer. If you were to visit local host 3978/api/messages, whatever you URL you would expose the bot on, the server should answer. And that starts up my web service, assuming I have no errors in my code.


So I'm just going to go ahead and run npm start. Now, in order to run this bot, as you see the little package.json, I have a command called node index.js.
