PHP-Auto-Update
PHP-Auto-Update copied to clipboard
Update from server-side
Hello,
Would be great if we could have a list of clients in the server side and be able to update all of them from there
Is it possible? Thanks!
I think this is possible, you only need a file on the server which will be checked every other request. I think this is how wordpress is doing its auto upgrade.
Whats about a websocket that is running on serverside that push commands to the side that should get the update?
This is definitely an option.