An open API service indexing awesome lists of open source software.

https://github.com/moumen-soliman/posting-app

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.
https://github.com/moumen-soliman/posting-app

body-parser express express-js expressjs firebase firebase-database javascript js node node-js nodejs npm pollyfill service-worker vue vue2 vuejs vuejs2

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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