shubh28 / safeslot

2 stars 2 forks source link

Notification System for New Orders #64

Open aknakshay opened 4 years ago

aknakshay commented 4 years ago

After https://github.com/shubh28/safeslot/issues/18

Whenever a new order is created, we should give a notification to a store owner with a sound, that there's a new order.

christenmartin commented 4 years ago

Would this be a good use case for socket.io?

shubham-jain4 commented 4 years ago

@christenmartin yes good use case for sockets but will need to integrate whole socket implementation. We can think of long polling as well here