renanbastos93 / ServiceWorker-example

Here we will be implementing an example of using webapp service worker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ServiceWorker-example

Here we will be implementing an example of using webapp service worker.

What is service worker?

This specification is a method for using WebApps ofline , and leaving more perfomático . Briefly this is more detail is on the W3C site .

Implemention

  1. Create index.HTML
  2. Create service-worker.JS

Moments

  1. Seeking information about Service Worker
  2. Trying to understand more about to improve the implementation.

About

Here we will be implementing an example of using webapp service worker.


Languages

Language:HTML 51.5%Language:JavaScript 48.5%