Here you will learn how to create Real-Time PHP application with PWA and Electron.
- setup
- decent OS -
linux,macos, maybewindowswill do dockeranddocker-composeinstalled - https://store.docker.com/search?type=edition&offering=community- decent web browser -
chrome,firefox, will experience problems withsafariorinternet-explorer
- decent OS -
- other
- github account - https://github.com/
- Add manifest to index.html to allow adding to home screen
- Download assets
- Add service worker and allow assets being served while offline
- Integrate with webpack and babel
- Use
offline-pluginto generate service worker - Get challenges from API
- Allow testing offline, cache challenges
- Integrate script with docker, add v8 support
- Run and validate uploaded script
- Integrate frontend with backend API