Pithikos / python-websocket-server

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

[feature]Hot reload like flask or django? #102

Open iplai opened 2 years ago

iplai commented 2 years ago

Every time I changed the code, I have to rerun the python file, is it possible to add a dev mode to support hot reload?