elm-web-workers

0.0.1 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    5

Package Sidebar

Install

npm i elm-web-workers

Weekly Downloads

5

Version

0.0.1

License

BSD-3-Clause

Last publish

Collaborators

  • rtfeldman