Runtime Features
txiki.js provides support for the ES2025 specification (almost complete), along with a number of runtime features.
Modules
txiki.js uses standard ES modules with support for HTTP imports, import attributes (JSON, text, bytes), and import maps.
Core features
- TCP, TLS, UDP and Unix sockets
- Signal handling and child processes
- File operations
- DNS (getaddrinfo)
- HTTP server
- WASI
- Standalone executables
- Builtin test runner
See the CLI Reference for the command-line interface, and the API Reference for detailed API documentation.