rikai / Showbot

🤖 An omnipresent multi-platform bot who's goal in life is become Skynet 🤖
MIT License
40 stars 18 forks source link

Feature: Live Mode! #52

Closed eriknelson closed 8 years ago

eriknelson commented 8 years ago

Goal of this PR is to provide a websocket based implementation for live client updates on new title suggestions and upvotes. A few things to note:


There are probably some corner cases I've missed -- as can be seen in the update coffeescript, the jquery can get a little low level and tedious. For something like this, a more reactive (heh) js framework would definitely improve the front end side of things, but we're basically talking about a rewrite there.

README updates incoming...

rikai commented 8 years ago

Merged, closes #38 - Thanks!