ChatBot - FAR-Lab/Developing-and-Designing-Interactive-Devices GitHub Wiki

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.