RESTful push notification
Added by Nezar Ab over 9 years ago
Hi
Supposing we have a RESTful service developed in Wt, Is it possible to implement server initiated updates using continuation objects ? If not, Is there another way to do that ?
I know that REST is supposed to be stateless, But I'm really interested in the idea of breaking this rule in order to implement push notifications !!
Thanks in advance :)
Replies (2)
RE: RESTful push notification - Added by Wim Dumon over 9 years ago
Hello,
Sure, WResource supports this in full, we have already done this.
BR,
Wim.
RE: RESTful push notification - Added by Nezar Ab over 9 years ago
Thanks for answering Mr Dumon and I'm really glad to know that.