Software Alternatives & Reviews

How to Build a Webex Chatbot in Node.js

Yarn ngrok ExpressJS
  1. 1
    Yarn is a package manager for your code.
    Pricing:
    • Open Source
    First, we’ll initialize a new Node.js project for our server, using yarn. In a terminal on your local machine, do the following:.

    #Front End Package Manager #Package Manager #JS Build Tools 105 social mentions

  2. 2
    ngrok enables secure introspectable tunnels to localhost webhook development tool and debugging tool.
    Pricing:
    • Open Source
    WebhookUrl: This is the URL where we will deploy our chatbot backend, and it’s where Webex will send requests whenever events involving our chatbot occur. For this post, we’ll deploy locally and tunnel with ngrok to get a URL.

    #Testing #Localhost Tools #Webhooks 368 social mentions

  3. Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
    Pricing:
    • Open Source
    Our chatbot uses the webex-node-bot-framework, which abstracts away the complexities of Webex bot creation, allowing you to build chatbot interaction through a Node.js Express server and event listeners.

    #JavaScript Framework #Node.js Framework #Web Frameworks 423 social mentions

Discuss: How to Build a Webex Chatbot in Node.js

Log in or Post with