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

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

Classes

Event Emitter is a simple event class with the sole purpose of being lightweight and easy to use. It only provides 4 basic methods.