- Hands-On RESTful Web Services with Go
- Naren Yellavula
- 197字
- 2021-06-24 17:04:23
Why use Go for REST API development?
REST services are trivial in the modern web. SOA (which we discuss in more detail later) created an activity space for REST services to take web development to the next level. Go is a programming language from the house of Google for solving the bigger problems they have. It has been over ten years since its first appearance. It matured along the way with the developer community jumping in and creating huge-scale systems in it.
We could choose Python or JavaScript (Node.js) for our REST API development, but the main advantage of Go lies in its speed and compile-time error detection. Go has been proven to be faster than dynamic programming languages in terms of computational performance according to various benchmarks. These are the three reasons why a company should write their next API in Go:
- To scale your API for a wider audience
- To enable your developers to build robust systems
- To start simple and go big
As we progress through this book, we learn how to build efficient REST services in Go.
- C程序設(shè)計(jì)簡(jiǎn)明教程(第二版)
- Spring 5企業(yè)級(jí)開發(fā)實(shí)戰(zhàn)
- Instant Apache Stanbol
- Cocos2d-x游戲開發(fā):手把手教你Lua語(yǔ)言的編程方法
- Hands-On Image Processing with Python
- Java加密與解密的藝術(shù)(第2版)
- Java程序設(shè)計(jì)與計(jì)算思維
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Python極簡(jiǎn)講義:一本書入門數(shù)據(jù)分析與機(jī)器學(xué)習(xí)
- C++20高級(jí)編程
- Exploring SE for Android
- Mastering VMware Horizon 7(Second Edition)
- C#面向?qū)ο蟪绦蛟O(shè)計(jì)(第2版)
- Learning Shiny
- Java 7 Concurrency Cookbook