Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Namespace.prototype.run
import { Namespace } from "https://deno.land/x/socket_io@0.2.0/packages/socket.io/lib/namespace.ts";

Executes the middleware for an incoming client.

Parameters

socket: Socket<ListenEvents, EmitEvents, ServerSideEvents, SocketData>
  • the socket that will get added

Returns

Promise<void>