what are some CPU intensive tasks that you have done in Nodejs and how you handled it?

This page summarizes the projects mentioned and recommended in the original post on /r/node

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • xen-orchestra

    The global orchestration solution to manage and backup XCP-ng and XenServer.

  • I am working on xen orchestra https://github.com/vatesfr/xen-orchestra and some of the task are pretty intensive We try to offload the worst one to background process ,or at least cut it in chunk to avoid hogging the event loop

  • bad-apple-css

  • Code

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • react-pdf

    📄 Create PDF files using React

  • I chose react-pdf from https://react-pdf.org/ because our engineers were already used to the template language, it's cool cause it returns a NodeJS ReadableStream, so you can worry a little less about memory usage given you pipe it to a WritableStream

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts