node.js - How to implement Realtime push notification for my website? -
i have website has 2 parts. first part used x
people , second y
people. x
people asks , y
people instantly receiving sos resonds eta of arrival. using php-mysql
implementing database , logging interactions of x , y people. know can use ajax purpose. again not big fan of polling through setinterval
method.
which best approach push messages , show notificaions 1 page another?
you have several ways that, here some:
- try using pusher
- watch this tutorial has , simple set of examples.
Comments
Post a Comment