AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Keeping the State in Sync With the Web Front End
I would put a lot as much of the logic as I could into the Go side, just because that's where I'm more comfortable. When you build your application, think about your state and your business logic really should be living in Go. And your web front end really should just be a view on that - which sometimes is a concept that's different to people who use a lot of web technology. Just push your state to the front end and react to your state on the front end in a visual way.