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

std/node/net.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.172.0/node/net.ts";

Classes

This class is used to create a TCP or IPC server.

This class is an abstraction of a TCP socket or a streaming IPC endpoint (uses named pipes on Windows, and Unix domain sockets otherwise). It is also an EventEmitter.