golive icon indicating copy to clipboard operation
golive copied to clipboard

⚡ Live views for GoLang with reactive HTML over WebSockets 🔌

Results 7 golive issues
Sort by recently updated
recently updated
newest added

Hello! I'm new to GoLive but I'm really excited about this project! I've ran the examples and I've tried to create my own from the start to get familiar but...

https://github.com/maxence-charriere/go-app I love your idea but I think this package need to method how to write template on golang.

Steps taken: 1. cd examples/slider 2. go build 3. ./slider 4. Open http://127.0.0.1:3000 in two windows 5. Play with the slider Expected: The same thing happens in both windows at...

Steps taken: 1. cd examples/todo 2. go build 3. ./todo 4. Open http://127.0.0.1:3000 in a browser window 5. Close the window. Expected: The server keeps running. Actual: The server crashes...

This project is retty interesting. You might want to look into adding NATS to this system: Web sockets for NATS and soon Nats Jetstream is happening. See: https://github.com/nats-io/nats.ws It would...

@brendonmatos Is it possible to embed components?

Thanks so much for this project! I'm finding it really fun to work with. I'm new to gofiber and I was wondering how would I use golive with gofiber and...