The document discusses serverless computing and techniques for isolating request contexts in Node.js applications. It covers infrastructure types like bare metal, virtualization, containers and serverless platforms. It also discusses different levels of isolation for Node.js including hardware segmentation, virtual machines, containers, processes, threads and software contexts. The document advocates for a service-oriented architecture with microservices and techniques like software isolation to achieve request context isolation for Node.js applications.
Related topics: