php - Push Notifications server to selected clients -


currently using web application(lamp stack) rest api communicate clients(python desktop application).

clients can register server , send states server through rest api.

now need push notifications selected clients web application(server).

my question how can send push notifications server(php) , read clients(python).

there many ways this, , involve kind of presistent connection between server , clients.

if desktop client communicates on http, can use server sent events, websockets or implement long polling push notifications.

you can use third party services provide push notifications.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -