interface IOptionsimport { type IOptions } from "https://deno.land/x/wocket@v1.0.0/src/server.ts"; Propertieshostname: stringThe hostname to start the websocket server on port: numberThe port to start the websocket server on protocol: "ws" | "wss"Protocol for the server optionalkeyFile: stringPath to the key file if using wss optionalcertFile: stringPath to the cert file if using wss optionalpath: stringThe path of which this server will handle connections for. Defaults to "/"