I am planning to create an application for realtime scoreboard and stats. User does the scoring and it has to be broadcasted to other users in realtime. I am currently using postgreSQL as my backend database.
User --> Feeds Score --> Updates DB --> Another User gets score updates in realtime.
Should I use some middleware to broadcast my scores in realtime to the users who are watching the scores online?