๐Ÿ“ฆ socketio / socket.io-deno

๐Ÿ“„ deps.ts ยท 7 lines
1
2
3
4
5
6
7export {
  type ConnInfo,
  type Handler,
} from "https://deno.land/std@0.150.0/http/server.ts";

export { getLogger } from "https://deno.land/std@0.150.0/log/mod.ts";