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
- Look at the file structure what goes where? whats on the server whats in the browser.
- How does the ChatBot actually respond? Where does it take the decisions etc?
- Useful resources w3schools, node js, and HTML links.