Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnelliott/webworkers
https://github.com/johnelliott/webworkers
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnelliott/webworkers
- Owner: johnelliott
- Created: 2016-09-22T23:25:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T23:25:11.000Z (over 8 years ago)
- Last Synced: 2024-11-06T13:26:37.106Z (2 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
requires one of these staic server like ecstatic installed globally: `npm i -g ecstatic wzrd budo`
Links
```
https://developer.mozilla.org/en-US/docs/Web/API/Worker
https://developer.mozilla.org/en-US/docs/Web/API/Worker/postMessage
https://developer.mozilla.org/en-US/docs/Web/API/MessagePort
https://github.com/substack/webworkify
http://blog.runspired.com/2015/06/05/using-webworkers-to-bring-native-app-best-practices-to-javascript-spas/
http://ejohn.org/blog/web-workers/
http://standardjs.com/
http://www.html5rocks.com/en/tutorials/workers/basics/#toc-enviornment
http://www.pocketjavascript.com/
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
https://developers.google.com/web/updates/2011/09/Workers-ArrayBuffer?hl=en
https://developers.google.com/web/updates/2011/12/Transferable-Objects-Lightning-Fast
https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android
https://github.com/GoogleChrome/samples/blob/gh-pages/web-application-manifest/manifest.json
https://github.com/johnelliott?tab=repositories
https://github.com/nolanlawson/empire-2016
https://jakearchibald.com/2014/offline-cookbook/#the-cache-machine-when-to-store-resources
```