Skip to main content
Module

x/socket_io/packages/socket.io/mod.ts

Socket.IO server for Deno
Latest
import * as socketIo from "https://deno.land/x/socket_io@0.2.0/packages/socket.io/mod.ts";

Classes

c
Adapter
abstract

A Namespace is a communication channel that allows you to split the logic of your application over a single shared connection.

Represents a Socket.IO server.

This is the main object for interacting with a client.