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
Post a Comment