Skip to content

ChatBot

DavidGoedicke edited this page Jan 22, 2018 · 1 revision

Basic Example ChatBot

This basic ChatBot is a simple example how conversations can be structured.

Go into the folder

cd ChatBot

run it with

node listen
  1. Look at the file structure what goes where? whats on the server whats in the browser.
  2. How does the ChatBot actually respond? Where does it take the decisions etc?
  3. Useful resources w3schools, node js, and HTML links.
Clone this wiki locally