Reputation: 1061
So I've been researching this for a little bit, but was wondering how I would go about pushing notifications to a php page on the clients end to create something similar to facebook's notifications?
I've read that I will need to utilise Socket.IO installed by Node.JS. How do I do this?
Upvotes: 0
Views: 4966
Reputation: 6137
If you're still interested, I made a small project interfacing NodeJS and PHP ; check How to integrate nodeJS + Socket.IO and PHP?
Upvotes: 1