Amazon SNS: Notify Browser Client?

I have a problem running for a long time now and would like to update the progress for a client running on a desktop browser. I want to use Amazon SNS for this. However, I have not yet found examples or tutorials on how to do this.

I am using python on my server. Along the way, I want to send a message to Amazon SNS, which will then be returned to the client.

+3


source to share


1 answer


deepstream.io is a nodejs server for publishing AWS SNS messages directly in the browser. This mechanism is long polling https and wss.



Link to their tutorial: Publishing AWS SNS Messages in Browsers

+2


source







All Articles