Parallel Data Processing?
Unanswered
Red-billed Tropicbird posted this in #help-forum
Red-billed TropicbirdOP
Is it possible to do parallel data processing (preferably in a pure FP way) inside Next.js 14? For example if I am building a website that needs to analyze historical global temperatures, which would mean there's a lot of data to process.
Or should I do that in a separate backend like Scala?
Or should I do that in a separate backend like Scala?