import { ServerWebSocket } from "elysia/ws/bun"; const ws_clients = new Map(); export const NS_websockets = { ws_clients, };