--- title: "@std/net" description: "Utilities for working with the network" jsr: jsr:@std/net pkg: net version: 1.0.6 generated: true stability: stable --- ## Overview

Network utilities.

```js import { getAvailablePort } from "@std/net"; const command = new Deno.Command(Deno.execPath(), { args: ["test.ts", "--port", getAvailablePort().toString()], }); // ... ``` ### Add to your project ```sh deno add jsr:@std/net ``` See all symbols in @std/net on