-
Notifications
You must be signed in to change notification settings - Fork 172
ChatBot
DavidGoedicke edited this page Jan 22, 2018
·
1 revision
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.