Happy New Year!

I'll try to give you a hint. Web app type clients can't listen to classic HTTP 
POST. In fact, webapps typically can't serve any type of HTTP requests.

If you need the server to initiate contact, look into technologies like 
websockets, Web Push API, server-sent events or even common long polling. All 
those have different properties, so study them and pick what is best for you.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to