How do you live reload html pages in development?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • reflex

    Run a command when files change (by cespare)

    rerun your go program when you change a file https://github.com/cespare/reflex

  • air

    ☁️ Live reload for Go apps

    https://github.com/cosmtrek/air is what I’ve seen being used for “live reload”. I haven’t personally used it.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • modd

    A flexible developer tool that runs processes and responds to filesystem changes

    This pair of tools do both front-end and back-end live reloading with a small amount of config: https://github.com/cortesi/modd https://github.com/cortesi/devd

  • devd

    A local webserver for developers

    This pair of tools do both front-end and back-end live reloading with a small amount of config: https://github.com/cortesi/modd https://github.com/cortesi/devd

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts