export function createWebSocket() { return new WebSocket("ws://localhost:3000/chat-service"); }