node.js-specific js bindings (fs, http, stream, ...)
Dependencies
| Module | Package | Status | Note |
|---|---|---|---|
| node:assert | mizchi/js_node/assert | ๐งช Tested | Assertions |
| node:assert/strict | mizchi/js_node/assert_strict | ๐งช Tested | Strict assertions |
| node:buffer | mizchi/js_node/buffer | ๐งช Tested | Buffer manipulation |
| node:child_process | mizchi/js_node/child_process | ๐งช Tested | Process spawning |
| node:dns | mizchi/js_node/dns | ๐งช Tested | DNS resolution |
| node:events | mizchi/js_node/events | ๐งช Tested | EventEmitter |
| node:fs | mizchi/js_node/fs | ๐งช Tested | File system (callback) |
| node:fs/promises | mizchi/js_node/fs_promises | ๐งช Tested | File system (Promise) |
| node:http | mizchi/js_node/http | ๐งช Tested | HTTP server/client |
| node:http2 | mizchi/js_node/http2 | ๐งช Tested | HTTP/2 support |
| node:https | mizchi/js_node/https | ๐งช Tested | HTTPS server/client |
| node:inspector | mizchi/js_node/inspector | ๐งช Tested | V8 Inspector debugging |
| node:module | mizchi/js_node/module | ๐งช Tested | Module utilities |
| node:net | mizchi/js_node/net | ๐งช Tested | TCP/IPC networking |
| node:os | mizchi/js_node/os | ๐งช Tested | OS utilities |
| node:path | mizchi/js_node/path | ๐งช Tested | Path manipulation |
| node:process | mizchi/js_node/process | ๐งช Tested | Process information |
| node:readline | mizchi/js_node/readline | ๐งช Tested | Interactive I/O |
| node:readline/promises | mizchi/js_node/readline_promises | ๐ค AI Generated | Interactive I/O (Promise) |
| node:sqlite | mizchi/js_node/sqlite | ๐งช Tested | SQLite database (Node 22.5+) |
| node:stream | mizchi/js_node/stream | ๐งช Tested | Stream API |
| node:stream/promises | mizchi/js_node/stream_promises | ๐งช Tested | Stream (Promise) |
| node:test | mizchi/js_node/test | ๐งช Tested | Testing framework |
| node:timers | mizchi/js_node | ๐งช Tested | setTimeout/setInterval |
| node:tls | mizchi/js_node/tls | ๐งช Tested | TLS/SSL connections |
| node:tty | mizchi/js_node/tty | ๐งช Tested | Terminal I/O |
| node:url | mizchi/js_node/url | ๐งช Tested | URL parsing |
| node:util | mizchi/js_node/util | ๐งช Tested | Utility functions |
| node:v8 | mizchi/js_node/v8 | ๐งช Tested | V8 engine utilities |
| node:vm | mizchi/js_node/vm | ๐งช Tested | VM script execution |
| node:wasi | mizchi/js_node/wasi | ๐งช Tested | WASI support |
| node:worker_threads | mizchi/js_node/worker_threads | ๐งช Tested | Worker threads |
| node:zlib | mizchi/js_node/zlib | ๐งช Tested | Compression/decompression |
| node:async_hooks | mizchi/js_node/async_hooks | ๐งช Tested | AsyncLocalStorage |
| node:permissions | - | ๐ Planned | Permissions API |
| node:domain | - | โ Not Planned | Deprecated in Node.js |
| node:querystring | - | โ Not Planned | Use URLSearchParams |
| node:crypto | - | โ Not Planned | Use Web Crypto API |
| node:string_decoder | - | โ Not Planned | Use TextDecoder |
| node:punycode | - | โ Not Planned | Deprecated |
| node:dgram | - | โ Not Planned | UDP sockets |
#external
pub type Immediatefn import_meta_resolve(module_name : String) -> Unitfn require_resolve(module_name : String) -> UnitInstall
Download zipnode.js-specific js bindings (fs, http, stream, ...)
Dependencies