Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeiss/fiber-reload
- Owner: ZEISS
- License: mit
- Created: 2024-08-24T18:32:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T04:21:49.000Z (16 days ago)
- Last Synced: 2024-10-28T07:42:37.509Z (16 days ago)
- Topics: development, fiber, fiber-framework, go
- Language: Go
- Homepage:
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)