Oct. 23, 2018
2:29 p.m.
Rafael,
On 23 Oct 2018, at 11:32, Rafael Luque <rafael.luque.leiva@gmail.com> wrote:
By the other hand, one of the more appealing features of PWAs is the web push notifications capability. To be able to send push notifications from a Pharo server I will also need an implementation of the Web Push Protocol [3] and the VAPID spec [4]. Do you know any previous related work in Pharo or should I think in my own implementation?
The two protocols you mention are based on HTTP/2, which we do not (yet) have. We do have WebSockets in Zinc, which might help in understanding the issues at hand. Sven