Bot Framework SDK for Node.js

APPLIES TO: SDK v3

Bot Framework SDK for Node.js is a powerful, easy-to-use framework that provides a familiar way for Node.js developers to write bots. You can use it to build a wide variety of conversational user interfaces, from simple prompts to free-form conversations.

The conversational logic for your bot is hosted as a web service. The Bot Framework SDK uses restify, a popular framework for building web services, to create the bot's web server. The SDK is also compatible with Express and the use of other web app frameworks is possible with some adaption.

Using the SDK, you can take advantage of the following SDK features:

  • Powerful system for building dialogs to encapsulate conversational logic.
  • Built-in prompts for simple things such as Yes/No, strings, numbers, and enumerations, as well as support for messages containing images and attachments, and rich cards containing buttons.
  • Built-in support for powerful AI frameworks such as LUIS.
  • Built-in recognizers and event handlers that guide the user through the conversation, providing help, navigation, clarification, and confirmation as needed.

Get started

If you are new to writing bots, create your first bot with Node.js with step-by-step instructions to help you set up your project, install the SDK, and run your first bot.

If you are new to the Bot Framework SDK for Node.js, you can start with key concepts that help you understand the major components of the Bot Framework SDK, see Key concepts.

To ensure your bot addresses the top user scenarios, review the design principles and explore patterns for guidance.

Get samples

The Bot Framework SDK for Node.js samples demonstrate task-focused bots that show how to take advantage of features in the Bot Framework SDK for Node.js. You can use the samples to help you quickly get started with building great bots with rich capabilities.

Next steps

Additional resources

The following task-focused how-to guides demonstrate various features of the Bot Framework SDK for Node.js.

If you encounter problems or have suggestions regarding the Bot Framework SDK for Node.js, see Support for a list of available resources.