For this question, I don't have any code samples as I don't know where to start.
How do I make use of Django and Node to push notifications only to a specific web client?
For example, user A performs an activity. For confirmation of said activity, I'd like to push a notification to only that user or client. Can someone point me to the correct resources I can use to build such a system?
EDIT Current Architecture of app
Server: Django Rest Framework Front end: AngularJS
Planning to use Node for notifications. Only part I'm confused about is sending it to a specific user. What's to stop all users getting a notification that's meant for only one user.