import { type ServerOptions } from "https://deno.land/x/socket_io@0.2.0/packages/engine.io/lib/server.ts";
Properties
Maximum size in bytes or number of characters a message can be, before closing the session (to avoid DoS).
A function that receives a given handshake or upgrade request as its first parameter, and can decide whether to continue or not.
optional
cors: CorsOptionsThe options related to Cross-Origin Resource Sharing (CORS)