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 change event (commit or fork) is happened on that project.
Is this a right approach. If there is any elegant approach, please suggest me
I'm using Node+ mySQL(with sequelize ORM)
No responses yet.