Node.js APIs

Elide implements the Node.js standard library, giving you access to familiar modules like fs, http, crypto, net, stream, and more — all running on a high-performance native runtime.

---

37 modules:
Assert
Node.js assert module — assertion testing functions.
Async Hooks
Node.js async_hooks module — async execution context tracking.
Buffer
Node.js Buffer
Child Process
Node.js child_process module — spawn child processes.
Cluster
Node.js cluster module — multi-process networking support.
Console
Node.js console namespace -- output and debugging utilities.
Crypto
Node.js crypto module — cryptographic primitives and utilities.
DNS
Node.js dns module — DNS resolution and lookup functions.
Dgram
Node.js dgram module — UDP datagram sockets.
Diagnostics Channel
Node.js diagnostics_channel module — diagnostic publish/subscribe messaging.
Events
Node.js EventEmitter
Fs
Node.js fs module (subset — most commonly used APIs)
HTTP
Target host name. @compat elide Full
HTTP2
Node.js http2 module — HTTP/2 client and server utilities.
HTTPS
Options for making an HTTPS request.
Inspector
Node.js inspector module — V8 inspector protocol bindings.
Net
Node.js net module — TCP and IPC networking primitives.
OS
Node.js os module — operating system utility functions.
Path
Node.js path module -- utilities for working with file and directory paths.
Perf Hooks
The performance object provides access to high-resolution timing.
Process
Memory usage snapshot returned by process.memoryUsage().
Querystring
Node.js querystring module — URL query string parsing and formatting.
Quic
Node.js quic module — QUIC transport protocol (experimental).
Readline
The Readable stream to listen to.
Stream
Default character encoding applied to read chunks. @compat elide Full
String Decoder
The `StringDecoder` class provides an API for decoding Buffer objects into strings,
TLS
Node.js tls module — TLS/SSL encrypted networking.
TTY
Node.js tty module — terminal/TTY utilities.
Test
Node.js test module — test runner API.
Timers
Node.js timers module — scheduling callbacks for future execution.
URL
Node.js url module — URL parsing and formatting utilities.
Util
Node.js util module — general-purpose utility functions.
V8
Node.js v8 module — V8 engine utilities.
VM
Node.js vm module — JavaScript code compilation and execution.
WASI
Node.js wasi module — WebAssembly System Interface.
Worker Threads
Node.js worker_threads module — threading support.
Zlib
Node.js zlib module