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

Basing extraction-worker on nodejs disallows usage in the browser #46

Open
TimDaub opened this issue Sep 19, 2022 · 1 comment
Open

Comments

@TimDaub
Copy link
Collaborator

TimDaub commented Sep 19, 2022

  • for @wighawag's browser based conquest eth crawler, extraction-worker that implements proper pooling, potentially weiroll, queue prioritization and other features could be useful
  • but at least for now, extraction-worker was specifically designed to be used in nodejs and so it may use node-specific packages
  • a few problematic ones may include: eth-fun, debug, worker_threads, process, fastq
  • it'd be nice if extraction-worker was available for use in the browser as a small package too
@TimDaub
Copy link
Collaborator Author

TimDaub commented Oct 12, 2022

I looked through eth-fun and it only requires Buffer

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

No branches or pull requests

1 participant