So we built a real-time bidding system! Why? Because one of our clients needed it. Our customer bridges the gap between vendors and customers. (Cannot reveal more specifics like the domain etc.) Customer requests an order and vendors bid for that order. Customer should be notified in real-time about any bids. Customer should be able … Continue reading Push notifications using express.js and socket.io
Tag: notification
Do you need a Push Notification Manager? – Redis PubSub to the rescue
Happy New Year! And its indeed an awesome start to a surely prosperous year -- my stunts with Redis PubSub worked ! We have been looking at getting a push notification manager in place to communicate between applications! Here is what we wanted to do: Applications should be able to subscribe for notifications. Notification wildcards … Continue reading Do you need a Push Notification Manager? – Redis PubSub to the rescue