Hacker News new | ask | show | jobs
by distracteddev90 4067 days ago
Agreed. Something like this but based on RethinkDB or FaunaDB would be nice to see. Also if you chose to leverage these newer databases, you could leverage their in-built PUB-SUB support instead of having to using long-polling or placing socket.io/redis ontop of the REST API.

http://rethinkdb.com/docs/publish-subscribe/javascript/

https://faunadb.com/

1 comments

I'm definitely hoping to modularize the database. Thanks for the suggestions!