superscriptjs / superscript

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

Can a superscript chatbot run as a url? #377

Open jenniferzhu opened 6 years ago

jenniferzhu commented 6 years ago

For a demo purpose, is it possible to set up an app with a chatbot built on the superscript framework?

jloveric commented 6 years ago

If you've installed the express version then the bot sets up a server

bot-init myBotName --clients telnet,slack,express

following the rest of the instruction in https://github.com/superscriptjs/superscript/wiki/Installing you can then start the web server by running

npm run start-express

for me it defaults to port 5000 so assume localhost:5000. There does not seem to be an associated app, so you would have to develop the ui (unless someone else had developed one). Does seem like this should be included with the kit though.