Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP - Real time notification system- supporting all browsers and devices

i'm actually using Codeigniter framework.

I was planning to make a simple real time notification system for website users.

The fact is i can see websockets etc .. all new awesome stuffs are not really supported all over the browsers and devices, for example Android mobile is really cutted off.

So , what i'm wondering now, which is the best way to go, best envoirment to plan for making real time notifications using PHP and Mysql (I can only use Mysql db no others)?

at the end which techonologies/frameworks/languages to involve to achieve this?

like image 358
bombastic Avatar asked Jul 20 '13 17:07

bombastic


People also ask

How can I get FB notification like PHP?

you'll display realtime notification alert to your visitors or users. you can simply make a notification bell on the top corner which will display all the related notification alert to user and they will be always get alerted for every new notification.


1 Answers

If you use a CodeIgniter Framework, here you have a good tutorial. Click here and read it. It will help you to use nodejs, socket.io and CodeIgniter together for live updates.

Update Node.js documentations here

like image 68
Erman Belegu Avatar answered Sep 27 '22 19:09

Erman Belegu