Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/net_unstable.ts>ListenOptions

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface ListenOptions
import { type ListenOptions } from "https://deno.land/x/deno@v1.0.0/cli/js/net_unstable.ts";

Properties

port: number
optional
hostname: string
optional
transport: "tcp" | "udp"