How to get live notification from database? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to get live notification from database?

Anyone know how to get real time notification like facebook without time interwal in jquery and php

9th Jul 2018, 5:11 PM
Mukesh Kumar
Mukesh Kumar - avatar
1 ответ
+ 1
PHP isn't the best language to do this in. PHP scripts end after the code is finished. Use Node.js as it's asynchronous. Check out socket.io for easy data sending and receiving.
9th Jul 2018, 10:05 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar