Skip to content

mhaque07/cpu-intensive-process-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

cpu-intensive-process-nodejs

Why to avoid CPU intensive or console.log in node js. if really required to do that then you can use Worker to do that. Different end point to test

To run below command

  • npm install
  • npm run dev

GET http://localhost:3000/api/
GET http://localhost:3000/api/worker
GET http://localhost:3000/api/sum
GET http://localhost:3000/api/compute

About

Why to avoid CPU intensive or console.log in node js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published