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: 22 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T05:00:19.000Z (over 1 year ago)
- Last Synced: 2025-02-14T05:28:08.392Z (over 1 year ago)
- Topics: development, fiber, fiber-framework, go
- Language: Go
- Homepage:
- Size: 4.91 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨ Reload
[](https://github.com/zeiss/fiber-reload/actions/workflows/main.yml)
[](https://pkg.go.dev/github.com/zeiss/fiber-reload)
[](https://goreportcard.com/report/github.com/zeiss/fiber-reload)
[](https://opensource.org/licenses/MIT)
[](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)