Code Monkey home page Code Monkey logo

Comments (8)

cheft avatar cheft commented on July 27, 2024 13
import (
	"github.com/gofiber/fiber"
	"github.com/qinains/fastergoding"
)

func main() {
	fastergoding.Run() // hot reload
	app := fiber.New()
        ...

from fiber.

sivailangos avatar sivailangos commented on July 27, 2024 5

@sebastianbuechler Check https://github.com/gofiber/recipes/tree/master/air to enable hot reload. It works!

from fiber.

Fenny avatar Fenny commented on July 27, 2024 4

@chococvish, we are planning to add this to Fiber, we are just not sure about the name yet.
Do you have any suggestions, and why we should name it x.

app.Settings.HotReload = true
app.Settings.RestartOnChange = true
app.Settings.AutoReload = true
app.Settings.AutoRefresh = true

from fiber.

sebastianbuechler avatar sebastianbuechler commented on July 27, 2024 1
import (
	"github.com/gofiber/fiber"
	"github.com/qinains/fastergoding"
)

func main() {
	fastergoding.Run() // hot reload
	app := fiber.New()
        ...

This does not work for me since the server always restarts after adding fastergroding:

/src/main.go:21 +0x57
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x88c00f]
goroutine 1 [running]:
github.com/qinains/fastergoding.watch.func2(0xc000182e40, 0xc, 0x0, 0x0, 0xa15020, 0xc0001004b0, 0x0, 0x0)
/go/pkg/mod/github.com/qinains/[email protected]/fastergoding.go:135 +0x2f
path/filepath.walk(0xc000182cf0, 0xa, 0xa1eea0, 0xc0008db6c0, 0xc000093d10, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:380 +0x213
path/filepath.walk(0xc0001829d0, 0x7, 0xa1eea0, 0xc0008da820, 0xc000093d10, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:384 +0x2fe
path/filepath.walk(0xc000182676, 0x5, 0xa1eea0, 0xc0008da750, 0xc000093d10, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:384 +0x2fe
path/filepath.walk(0xc8b518, 0x1, 0xa1eea0, 0xc00068a270, 0xc000093d10, 0x0, 0xc000093cd8)
/usr/local/go/src/path/filepath/path.go:384 +0x2fe
path/filepath.Walk(0xc8b518, 0x1, 0xc000093d10, 0xc8b518, 0x1)
/usr/local/go/src/path/filepath/path.go:406 +0x105
github.com/qinains/fastergoding.watch(0xc8b518, 0x1, 0x0, 0x0, 0x0)
/go/pkg/mod/github.com/qinains/[email protected]/fastergoding.go:134 +0x12e
github.com/qinains/fastergoding.Run(0x0, 0x0, 0x0)
/go/pkg/mod/github.com/qinains/[email protected]/fastergoding.go:156 +0xa5
main.main()
/src/main.go:21 +0x57

from fiber.

welcome avatar welcome commented on July 27, 2024

Thanks for opening your first issue here! ๐ŸŽ‰ Be sure to follow the issue template!

from fiber.

sagadsalem avatar sagadsalem commented on July 27, 2024

Does fiber has it's own Hot reload @Fenny

from fiber.

efectn avatar efectn commented on July 27, 2024

Does fiber has it's own Hot reload @Fenny

Yes, https://github.com/gofiber/cli

from fiber.

sagadsalem avatar sagadsalem commented on July 27, 2024

@efectn fiber hot reload is not working properly with Goland
I think it's because the AutoSave in Goland
when I use sublime text everything works properly

from fiber.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.