Mastering Live(View) development in Go (GoLang)
Modern Phoenix LiveView inspired development in GoLang, where JS is not needed (almost).What you'll learn
- Real-time user experiences with server-rendered HTML
- Phoenix(Elixir) LiveView-like programming in Go
- Form-based UI using Live(View)
- Pub/Sub based user communication using Live(View)
- Periodic background jobs using Live(View)
- Creating a single-page application in one file
- Integration with Fabric framework
- Handling application events in a declarative way
- Using websocket communication between frontend and backend