Skip to content

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.

Notifications You must be signed in to change notification settings

moumen-soliman/Posting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Posting application

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.

installing

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';

include

  • NodeJS
  • Express
  • VueJS
  • Firebase
  • body-parser
  • Service worker
  • Polyfills

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published