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

experiment with web workers #211

Open
danisharora099 opened this issue Feb 3, 2023 · 3 comments
Open

experiment with web workers #211

danisharora099 opened this issue Feb 3, 2023 · 3 comments

Comments

@danisharora099
Copy link
Contributor

web workers are a means to run scripts in a separate thread. it can be helpful to experiment with launching a waku node in a worker to notice differences, if any

https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers

@danisharora099 danisharora099 self-assigned this Feb 3, 2023
@danisharora099 danisharora099 removed their assignment Mar 29, 2023
@weboko
Copy link
Contributor

weboko commented Apr 13, 2023

note: when working on it look out for the cases when a worker can be suspended/terminated + potential other edge cases

@danisharora099
Copy link
Contributor Author

first POC can be a basic example app that uses lightpush/filter and connects with fleet nodes

@fryorcraken
Copy link
Collaborator

Might be useful to review for timeout bugs, or bugs related to too many connections being opened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

3 participants