codeuino / social-platform-donut-backend

Donut API:
http://donut-api-prod.codeuino.org/
GNU General Public License v3.0
24 stars 57 forks source link

Implement notification system using socket.io #134

Open Rupeshiya opened 4 years ago

Rupeshiya commented 4 years ago

Is your feature request related to a problem? Please describe. As of now, there is no backend for notification system, so user of the platform would not be able to get any type of real-time notifications. Like if any event is going to be hosted by the org, or org is kept under maintenance, or user A follows user B, etc. So in all those cases, the user will not be able to get any notifications

Describe the solution you'd like Implement backend for notifications system using socket.io and node.js and store that in db for first time page load.

Additional context Working on it.