python-websocket-server icon indicating copy to clipboard operation
python-websocket-server copied to clipboard

Add decorator for websocket server events

Open Youtong0826 opened this issue 1 year ago • 0 comments

I added some decorator for the following events.

  • new_client
  • client_left
  • message_received

and show how to use decorator at server.py

Youtong0826 avatar Jul 07 '24 01:07 Youtong0826