Bun

Guides

Processes

A collection of guides for inspecting the current process and creating child processes with Bun

Processes

Read from stdin with Bun

View guide

Processes

Listen for CTRL+C with Bun

View guide

Processes

Listen to OS signals with Bun

View guide

Processes

Spawn a child process with Bun

View guide

Processes

Parse command-line arguments with Bun

View guide

Processes

Read stderr from a child process with Bun

View guide

Processes

Read stdout from a child process with Bun

View guide

Processes

Get the process uptime in nanoseconds with Bun

View guide

Processes

Spawn a child process and communicate using IPC with Bun

View guide