A NodeJS+Vue chat app using RethinkDB and SocketIO.
It features a bot for your entertainment, address it with @lorem
.
Find it running at https://rethink-chat-socketio.herokuapp.com/
node migrate.js
node lorem-bot.js
node index.js
Note: deploy button seems to currently not work (probably because addon is in alpha).
heroku create
heroku addons:add rethinkdb
git push heroku master
Note: the lorem bot needs to be enabled manually on the apps resources dashboard