hotswap
Code reload
Allows code changes to take effect without restarting the server
A complete solution to reload your go code without restarting your server, interrupting or blocking any ongoing procedure.
354 stars
4 watching
41 forks
Language: Go
last commit: 6 months ago
Linked from 1 awesome list
golanghot-reloadhot-swaphotswapplugin
Related projects:
Repository | Description | Stars |
---|---|---|
edwingeng/live | A utility package providing data wrapping and hot-reload functionality for Go plugins | 4 |
bytebase/air | Live reload utility for Go applications | 3 |
rksm/hot-lib-reloader-rs | Enables live coding and rapid feedback cycles by reloading Rust code without requiring the application to restart. | 616 |
bengourley/choo-resume | A tool that enables hot app reload functionality in Choo applications | 15 |
sachinsenal0x64/hot.nvim | A plugin for Neovim that enables live code reloading and testing for multiple programming languages. | 28 |
ddovod/jet-live | Enables 'hot code reloading' in C++ applications without separate shared libraries. | 412 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 66 |
rustyio/sync | Utility for automatic code recompilation and reloading in Erlang development environments | 749 |
ssgreg/repeat | Provides a Go implementation of backoff strategies and retry mechanisms for operations with timed-out or failed attempts. | 85 |
adopted-ember-addons/ember-cli-hot-loader | Enables hot reloading in Ember applications to quickly update changes without requiring a full page reload | 99 |
klazuka/example-elm-hot-webpack | Demonstrates hot module reloading for Elm and Webpack | 8 |
mrsinham/goreset | Generates reset methods for Go structs to easily reuse them without fear of tricky bugs | 33 |
fungos/cr | Provides a live-reload solution for C applications | 1,567 |
threedotslabs/nats-example | A Go project demonstrating live code reloading and NATS-based communication between two services running in a local development environment. | 101 |