The Node.js core API (node-core)

Node.js includes a set of core APIs to perform common operations, such as reading files, sending an HTTP request, or encrypting a text file. These APIs use V8 and libuv under the hood, but they don't talk to them directly, they do it through the bindings.

Please note that we will learn more about the Node.js core APIs later in this chapter.

Get Learning TypeScript 2.x - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.