PHP - 实时通知系统 - 支持所有浏览器和设备

时间:2021-05-27 23:23:06

i'm actually using Codeigniter framework.

我实际上正在使用Codeigniter框架。

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.

事实是我可以看到websockets等。所有新的很棒的东西都没有真正支持整个浏览器和设备,例如Android手机真的被切断了。

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)?

那么,我现在想知道的是,这是最好的方法,最好的计划使用PHP和Mysql进行实时通知(我只能使用Mysql db no others)?

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

最后涉及哪些技术/框架/语言来实现这一目标?

1 个解决方案

#1


8  

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.

如果你使用CodeIgniter框架,那么你有一个很好的教程。点击这里阅读。它将帮助您将nodejs,socket.io和CodeIgniter一起用于实时更新。

Update Node.js documentations here

在此处更新Node.js文档

#1


8  

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.

如果你使用CodeIgniter框架,那么你有一个很好的教程。点击这里阅读。它将帮助您将nodejs,socket.io和CodeIgniter一起用于实时更新。

Update Node.js documentations here

在此处更新Node.js文档