Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web worker chapter #13

Closed
7 tasks
sverhoeven opened this issue Mar 16, 2020 · 1 comment · Fixed by #22
Closed
7 tasks

Web worker chapter #13

sverhoeven opened this issue Mar 16, 2020 · 1 comment · Fixed by #22

Comments

@sverhoeven
Copy link
Member

As C++ developer I would like to know how to run the root finding algorithm in the background in Javascript.

Acceptance criteria:

  • Someone (aka reviewer) is able to understand and run example
  • Testing of chapter is automated

Tasks:

  • Adapt code block with worker consumer s to root finding algorithm
  • Code block with worker provider
  • Code block & command to run example from NodeJS
  • Include running example in Github Actions
  • Explain how to run from browser, will need a index.html file
@sverhoeven
Copy link
Member Author

With cypress we can test in web browser so do not need to test with NodeJS. See #21

sverhoeven added a commit that referenced this issue May 14, 2020
Also kebabified anchors.

Refs #13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant