VvigneshNov 7, 2016
What's the best way to develop Github's watch functionality in NodeJS?
I'm playing with node where i had a thought of how to achieve a Github's watch functionality. One way of doing is, having a table with project name and user id persisted whenever watch button is clicked. And then send them notifications whenever a ch...
Join discussion