superscriptjs / superscript

A dialogue engine for creating chat bots
http://superscriptjs.com
MIT License
1.65k stars 209 forks source link

Demo webapp #395

Open jloveric opened 6 years ago

jloveric commented 6 years ago

There should be a demo web application using the express server. For those who don't intend to connect with an existing chat ui (such as slack), this seems like something that helps lower the barrier to entry and increase the number of users of the software.

Nordes commented 6 years ago

IMO, building the UI is not so hard. I think that having a UI in order to build the conversation file would be a better upgrade. You know, creating topic, managing the user data, some function to be ran on the fly when the interaction start or finish.

benkline commented 6 years ago

note - the express server does work as a demo out of the box. once the message:

Bot is ready for input!
===> 🚀  Server is now running on port 5000

appears in your console, go to: http://localhost:5000/superscript?message=hello just refresh the page to see the other response options.