Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeiss/fiber-reload

Experimental middleware for Fiber ⚡️ to reload the browser in development
https://github.com/zeiss/fiber-reload

development fiber fiber-framework go

Last synced: 4 days ago
JSON representation

Experimental middleware for Fiber ⚡️ to reload the browser in development

Awesome Lists containing this project

README

        

# ✨ Reload

[![Test & Build](https://github.com/zeiss/fiber-reload/actions/workflows/main.yml/badge.svg)](https://github.com/zeiss/fiber-reload/actions/workflows/main.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/zeiss/fiber-reload.svg)](https://pkg.go.dev/github.com/zeiss/fiber-reload)
[![Go Report Card](https://goreportcard.com/badge/github.com/zeiss/fiber-reload)](https://goreportcard.com/report/github.com/zeiss/fiber-reload)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Taylor Swift](https://img.shields.io/badge/secured%20by-taylor%20swift-brightgreen.svg)](https://twitter.com/SwiftOnSecurity)

This is an experimental middleware for [Fiber](https://gofiber.io/) ⚡️. It will reload the current page and all its dependencies.

## Installation

```bash
$ go get github.com/zeiss/fiber-reload
```

## Examples

Please have a look at [examples/main.go](examples/main.go) for a simple example.

## License

[MIT](/LICENSE)