Posting application is PWA, is based on NodeJS & Express and throw data by using body-parser & VueJS, and data stored in Google - Firebase, project components cached in browser storage by using Service worker, it's simple app show you how to use Service worker with other Javascript different components.
git clone https://github.com/moumen-soliman/Posting-app.git
npm install
to run server
node server
follow run at
http://localhost:8880/
to create post
http://localhost:8880/create
to run service worker and start caching use
http://localhost:8880/js/sw
to change cache version
var staticCacheName = 'posting-v2';
to var staticCacheName = 'posting-v3';
- NodeJS
- Express
- VueJS
- Firebase
- body-parser
- Service worker
- Polyfills