Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-24 Thread Rafael Luque
Hi Phil, I have a general knowledge about these kind of cloud-powered PaaS and serverless solutions, though I have much more experience with the AWS portfolio: AWS Lambdas, Cloudformation, AWS Amplify, etc. I suppose they are more or less comparable with GCP's options. For sure, I will go in dept

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-24 Thread Rafael Luque
Hi Sven! As I understand, the HTTP/2 protocol is only required by the following 3 operations: - Receiving Push Messages for a Subscription. - Receiving Push Messages for a Subscription Set. - Receiving Push Message Receipts. The first two use cases are communications between the user agent

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-24 Thread Rafael Luque
Hi Tim! I will also check Willow following your suggestion. Thank you! El mar., 23 oct. 2018 a las 14:18, Tim Mackinnon () escribió: > Have you also looked at Willow - https://link.medium.com/Iyj4qo2BfR? > > It has spa ‘s in mind - although I’m not sure of the pro’s/cons vs Pharo > js which als

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread p...@highoctane.be
Last spam bit: https://www.youtube.com/watch?v=iHqqUoqvYx4 On Tue, Oct 23, 2018 at 11:32 AM Rafael Luque wrote: > Hi all, > > I'm interested in developing progressive web applications (PWA) [1] in > Pharo, so I'd like to know if anyone has been involved in such kind of task > before and could s

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread p...@highoctane.be
https://firebase.google.com/docs/hosting/ has some more info on PWAs On Tue, Oct 23, 2018 at 11:32 AM Rafael Luque wrote: > Hi all, > > I'm interested in developing progressive web applications (PWA) [1] in > Pharo, so I'd like to know if anyone has been involved in such kind of task > before an

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread p...@highoctane.be
On Tue, Oct 23, 2018 at 11:32 AM Rafael Luque wrote: > Hi all, > > I'm interested in developing progressive web applications (PWA) [1] in > Pharo, so I'd like to know if anyone has been involved in such kind of task > before and could share his experiences. > The best thing I used for such stuff

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread Sven Van Caekenberghe
Rafael, > On 23 Oct 2018, at 11:32, Rafael Luque 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

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread Tim Mackinnon
Have you also looked at Willow - https://link.medium.com/Iyj4qo2BfR? It has spa ‘s in mind - although I’m not sure of the pro’s/cons vs Pharo js which also looks good too. Would be interested in what you decide. Tim Sent from my iPhone > On 23 Oct 2018, at 19:02, Rafael Luque wrote: > > Hi

[Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread Rafael Luque
Hi all, I'm interested in developing progressive web applications (PWA) [1] in Pharo, so I'd like to know if anyone has been involved in such kind of task before and could share his experiences. At first sight, I was thinking in trying PharoJS [2] to build abstractions in Pharo for each PWA's cli