A collection of guides for inspecting the current process and creating child processes with Bun
Processes
Read from stdin with Bun
Processes
Listen for CTRL+C with Bun
Processes
Listen to OS signals with Bun
Processes
Spawn a child process with Bun
Processes
Parse command-line arguments with Bun
Processes
Read stderr from a child process with Bun
Processes
Read stdout from a child process with Bun
Processes
Get the process uptime in nanoseconds with Bun
Processes
Spawn a child process and communicate using IPC with Bun