elm-web-workers
v0.0.1
Published
Write Elm code that talks to Web Workers.
Downloads
4
Readme
CAUTION: NOWHERE NEAR READY FOR PRODUCTION USE! This is barely at the proof-of-concept at this point!
elm-web-workers
Write Elm code that talks to Web Workers.
Design goals:
- You can write sane Elm code that does multithreaded Web Worker stuff
- Your code will not only work in a browser, but will also work on Node as long as you have webworker-threads installed.
You can try out the example with:
$ cd examples
$ npm install .. && npm run example
``
It claims it's running a bunch of workers. They aren't doing anything CPU-intensive,
so you sort of have to take its word for it. A really stunning demo, I know.