A repo with the various methods I tested to create several pieces of functionality:
- Content reloading (update the output when content is changed)
- An http server into ezcv
- Live reloading
All of these folders implement some, or all of these peices of functionality. They're documented here for posterity as well as a resource for learning various methods of implementing this functionality.
| Project name | Required libraries | Functionality implemented |
|---|---|---|
| Flask ezcv livereload | ezcv, Flask, livereload | Content reloading, http server, live reloading |
| Flask ezcv | ezcv, Flask | Content reloading, http server |
| Watchdog Generation | ezcv, watchdog | Content reloading |
| WSGI Native Testing | ezcv, werkzeug | http server |
| Socket Testing | ezcv | http server |