Skip to content

A repo with the various methods to integrate an http server with live reloading into ezcv

License

Notifications You must be signed in to change notification settings

Descent098/ezcv-http

Repository files navigation

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

About

A repo with the various methods to integrate an http server with live reloading into ezcv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages