Review questions
- What limitations does JavaScript have that can compromise the performance of a web application?
- What are web workers? What are their limitations?
- How can Vue applications communicate with web workers?
- What are the benefits of using a design pattern such as the Business Delegate to work with web workers?
- What can you change in the example code to manage multiple web workers instead of just one? When would this be advisable, in your opinion?