Home  >  Article  >  Backend Development  >  The front desk submits data to the mysql background for real-time display

The front desk submits data to the mysql background for real-time display

WBOY
WBOYOriginal
2016-08-25 10:37:211081browse

A data submission page, where users submit data to the mysql database;
Another page is responsible for displaying data in real time.
Currently I know of ajax polling.
Is there any better solution? Thank you.

Reply content:

A data submission page, where users submit data to the mysql database;
Another page is responsible for displaying data in real time.
Currently I know of ajax polling.
Is there any better solution? Thank you.

It is recommended to use WebSocket for this kind of real-time connection. If you have a solution, you can use Socket.io

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn