Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/net/lib/tcp/interfaces.ts

A networking framework that aims to enable the development of complex multi-port servers and clients.
Go to Latest
import * as net from "https://deno.land/x/net@v1.0.4/lib/tcp/interfaces.ts";

Interfaces

Interface used on event connected callback.

Interface used on event disconnected callback.

Interface used on event error callback.

Interface used on event listening callback.