import { Server } from "https://deno.land/x/sockets@v0.5.0/src/server.ts";
Handle a message in the format of a JSON string.
Parameters
client: Client
- The client instance.
import { Server } from "https://deno.land/x/sockets@v0.5.0/src/server.ts";
Handle a message in the format of a JSON string.