Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.61 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.61 KB

EZCV HTTP

A repo with the various methods I tested to create several pieces of functionality:

  1. Content reloading (update the output when content is changed)
  2. An http server into ezcv
  3. 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 breakdown

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