blitz-js / blitzjs.com

Website & docs
https://blitzjs.com
MIT License
180 stars 327 forks source link

Is single threading a tradeoff of NextJS or NodeJS #514

Closed jackbravo closed 3 years ago

jackbravo commented 3 years ago

On https://github.com/blitz-js/blitzjs.com/blob/main/app/pages/docs/tradeoffs.mdx its stated that a single threaded server is:

a tradeoff of Next.js specifically

But I've read that this tradeoff is generic to NodeJS event loop model. Which is which?

This doesn't mean that spawning background processes isn't still valid.

flybayer commented 3 years ago

@jackbravo yes, good point! It is a Node thing. Want to PR a fix for that?

JuanM04 commented 3 years ago

Closed by #542