Category index

Cyber Security

3862 articles

3862 ARTICLES

Node.js multithreading with worker threads series: worker_threads tutorial
CYBERSECURITY

Node.js multithreading with worker threads series: worker_threads tutorial

Multi-threading can offer substantial performance improvements for CPU-bound workflows by allowing arbitrary work to be performed in parallel. Although Node.js doesn’t offer real multi-threading, you can create something similar with the worker threads module. This article will explain what it does, and show how to use it in a few real-world applications.

1 MIN READ arrow_forward
How to make a mock API server in JavaScript
CYBERSECURITY

How to make a mock API server in JavaScript

In this article, you’ll learn more about mock API servers, the tools you can use to create mock APIs, how you can use them to speed up your development and testing, and how to set up a simple mock server.

1 MIN READ arrow_forward