[AngularJS] Re: How to listen to Server POST event in Angular 5

2018-01-01 Thread Zlatko Đurić
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

[AngularJS] Re: How to listen to Server POST event in Angular 5

2017-12-31 Thread Saju Thankathurai
Any help please. Happy new year 2018 guys. On 22-Dec-2017 10:22 AM, "Saju Thankathurai" wrote: Hi, I have a requirement to listen to a POST event from server and display the payload information in UI. We have Jetty server which runs on port 8080, which will publish a