PathwayCommons / app-ui

Web UI for accessing Pathway Commons data
http://apps.pathwaycommons.org
MIT License
2 stars 15 forks source link

node fibers #1446

Open jvwong opened 8 months ago

jvwong commented 8 months ago

We could remove node fibers with worker threads so we don't have so many node compatibility issues in future. Worker threads didn't exist when we started this project.

Ref: https://nodejs.org/api/worker_threads.html

Related: https://github.com/PathwayCommons/factoid/issues/1243