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

x/net/lib/network.ts>IEventListening

A networking framework that aims to enable the development of complex multi-port servers and clients.
Go to Latest
interface IEventListening
import { type IEventListening } from "https://deno.land/x/net@v1.0.4/lib/network.ts";

Interface used on event listening callback.

Properties

address: { host: string; port: number; }