文件名称:Building RESTful Web Services with Go
文件大小:3.61MB
文件格式:PDF
更新时间:2021-06-06 07:04:30
RESTful Go语言
Building RESTful Web Services with Go:Initially, SOAP-based web services became more popular with XML. Then, since 2012,REST picked up the pace and gulped SOAP in whole. The rise of a new generation of weblanguages, such as Python, JavaScript (Node.js), and Go, showed a different approach toweb development compared to the traditional ones, such as ASP.NET and Spring. Since thisdecade, Go has become more and more popular due to its speed and intuitiveness. Lessverbose code, strict type checking, and support for concurrency make Go a better choice forwriting any web backend. Some of the best tools, such as Docker and Kubernetes, arewritten in Go. Google uses Go a lot in its daily activities. You can see a list of Go-usingcompanies at https:/ / github. com/ golang/ go/ wiki/ GoUsers .