file: websocket_server.py
import asyncio import websockets import json import ssl peers = () async def on_open(websocket,path): async for message in