Skip to content

thheller/worker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

demo web worker example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published