Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/net/lib/util/packet.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/util/packet.ts";

Classes

Packet is a structured string of bytes that serves to facilitate communication between client and server.