Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies
MIT License
1.14k stars 384 forks source link

Add decorator for websocket server events #122

Open Youtong0826 opened 3 months ago

Youtong0826 commented 3 months ago

I added some decorator for the following events.

and show how to use decorator at server.py