E
E
evgeh4ik2019-11-07 15:03:56
linux
evgeh4ik, 2019-11-07 15:03:56

How to implement auto-refresh of the client browser page?

Hello!
There is a web server that is updated daily.
Clients have terminals that work through chrome.
It is necessary to implement the functionality of automatic updating of the browser page AT THE CLIENT in case an update has just been installed.
The first option is to create a daemon that will check the PID, but this is a collective farm.
How to implement smarter? It is impossible to climb into the code, it is necessary by admin methods.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
pfg21, 2019-11-07
@pfg21

push into html
<meta http-equiv="refresh" content="10" />

R
Ruslan Fedoseev, 2019-11-07
@martin74ua

why?
Let me rephrase the request a bit.
I have a website, and I want all the customers who go to it - when a new product is added - their page is updated.
Do you understand that when a client contacts the site, he will read the new content anyway?

A
antonwx, 2019-11-08
@antonwx

Without the corresponding client code - in any way. You have to write it once.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question