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

https://github.com/thheller/worker-example

demo web worker example
https://github.com/thheller/worker-example

Last synced: 11 months ago
JSON representation

demo web worker example

Awesome Lists containing this project

README

          

`lein run -m build/dev`

Since Web Workers require a http server for security purposes you'll need something to serve the files in this repo.

Launching something like `python -m SimpleHTTPServer 8000` in the project root directory is enough.

Then open `http://localhost:8000/demo.html`

For a production build: `lein run -m build/production`, no need to touch the HTML. Just reload.