Interactive web pages in Go

前端 未结 5 1689
时光说笑
时光说笑 2020-12-10 23:58

Do you know if it\'s possible to create interactive web pages in Go? For example, having one or multiple buttons, or a combo box that refreshes the page with the data being

5条回答
  •  一生所求
    2020-12-11 00:27

    You can do that, using power of Go and Gin Gonic framework - check simple and handy article here: https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin

提交回复
热议问题