File size: 154 Bytes
a7fdbc8
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { ServerWebSocket } from "elysia/ws/bun";

const ws_clients = new Map<string, ServerWebSocket>();

export const NS_websockets = {
  ws_clients,
};