In case anyone would like to compare, here's a similar example using Angular and Firebase:<p><a href="http://firebase.github.io/angularFire/examples/chat/" rel="nofollow">http://firebase.github.io/angularFire/examples/chat/</a><p>Source: <a href="https://github.com/firebase/angularFire/tree/gh-pages/examples/chat" rel="nofollow">https://github.com/firebase/angularFire/tree/gh-pages/exampl...</a>
Regarding Firebase:
* How do you access logs
* How do you email users
* How do you run cron-like jobs
* How are passwords stored? Are they salted? AES256 encryption?<p>I've been reading the docs and questions like these are not readily accessible.