import * as socketIo from "https://deno.land/x/socket_io@0.2.0/packages/socket.io/lib/namespace.ts";
Classes
A Namespace is a communication channel that allows you to split the logic of your application over a single shared connection. |
import * as socketIo from "https://deno.land/x/socket_io@0.2.0/packages/socket.io/lib/namespace.ts";
A Namespace is a communication channel that allows you to split the logic of your application over a single shared connection. |