fgerschau / comments

1 stars 0 forks source link

service-workers-explained-introduction-javascript-api/ #6

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Service Workers Explained - Introduction to the JavaScript API

Introduction to Service Workers, explaining the most important concepts and features.

https://felixgerschau.com/service-workers-explained-introduction-javascript-api/

husky-dot commented 4 years ago

Hello, may I translate your article into Chinese?I would like to share it with more developers in China. I will give the original author and original source.

fgerschau commented 4 years ago

Hey, sure, go ahead :)

Please send me the link to the article afterward.

Am Di., 6. Okt. 2020 um 12:16 Uhr schrieb qq449245884 < notifications@github.com>:

Hello, may I translate your article into Chinese?I would like to share it with more developers in China. I will give the original author and original source.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fgerschau/comments/issues/6#issuecomment-704172991, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENYN2GZWXN6Y3QYH5CTRSDSJLVBJANCNFSM4SF2FYYA .

erickleandro commented 3 years ago

awesome article, tks for help me understand about it

WinEunuuchs2Unix commented 3 years ago

After 30 years I'm ready to create my first website. I guess it will be using service workers because I'll be using Google Cloud Platform (GCP) free tier which charges network egress > 1 GB. Service Workers where the many megabytes of code and images are downloaded from github to the client seems like an ideal solution. Would there be authentication issues if service workers are installed from github rather than my domain name (yet to be purchased) on GCP? Also is it possible to copy your code above explaining service workers (giving you credit of course!) into my new website?