Decomposition-of-the-Main-Thread-in-Node.js
Resources links from my talk "Decomposition of the Main Thread in Node.js"
Long-running Background Process in Node.js
Background tasks in Node.js
https://www.youtube.com/watch?v=NNTsHzER31I&t=2207s https://blog.evantahler.com/background-tasks-in-node-js-a-survey-with-redis-971d3575d9d2
CPU Intensive Node.js
https://codeburst.io/cpu-intensive-node-js-part-2-f1610a17f40a
Discussion about WORKER API in Node.js:
nodejs/worker#2 nodejs/worker#4
List of Parallel JS Projects
https://github.com/SyntheticSemantics/List-of-Parallel-JS-Projects
IPC Communication Performance
https://60devs.com/performance-of-inter-process-communications-in-nodejs.html
ESM Shared-Memory Parallelism in Node.js
Streaming Server-Side Rendering and Caching
https://zeit.co/blog/streaming-server-rendering-at-spectrum https://github.com/zalando/tailor
Microservices on UI
https://www.youtube.com/watch?v=3l9IP9j5n1o https://www.youtube.com/watch?v=E6_UyQPmiSg&t=2997s
Async execution with Native Modules
https://medium.com/@muehler.v/tutorial-to-native-node-js-df4118efb678
Libuv Threads
http://nikhilm.github.io/uvbook/threads.html
Loggers
https://www.nearform.com/blog/sematext-guest-post-pino-fastest-node-js-logger-production/ https://www.nearform.com/blog/cost-logging/ Roarr Logger https://medium.freecodecamp.org/roarr-the-perfect-json-logger-node-js-and-browser-935180bda529 https://github.com/gajus/roarr
Fastify
https://survivejs.com/blog/fastify-interview/ https://github.com/delvedor/router-benchmark
New Garbage Collection with threads
https://v8project.blogspot.ru/2017/11/ https://v8project.blogspot.com/2016/04/jank-busters-part-two-orinoco.html