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

https://github.com/xwp/cf-worker-async-assets

[Internal Initiative Experiment] Cloudflare Worker that rewrites HTML markup to force external CSS and JS assets to load asynchronously
https://github.com/xwp/cf-worker-async-assets

Last synced: 7 months ago
JSON representation

[Internal Initiative Experiment] Cloudflare Worker that rewrites HTML markup to force external CSS and JS assets to load asynchronously

Awesome Lists containing this project

README

          

# 👷 `worker-template` Hello World

A template for kick starting a Cloudflare worker project.

[`index.js`](https://github.com/cloudflare/worker-template/blob/master/index.js) is the content of the Workers script.

#### Wrangler

To generate using [wrangler](https://github.com/cloudflare/wrangler)

```
wrangler generate projectname https://github.com/cloudflare/worker-template
```

Further documentation for Wrangler can be found [here](https://developers.cloudflare.com/workers/tooling/wrangler).

Internal documentation can be found [here, under Cloudflare Workers in our knowledge base](https://xwp-co.atlassian.net/wiki/spaces/KB/pages/2678095922/Cloudflare+Workers)