- Building Microservices with Go
- Nic Jackson
- 124字
- 2021-07-15 17:28:06
Summary
That's it for this chapter, we have just written our first microservice in Go and only using the standard library, you should now have an appreciation of just how powerful the standard library is providing us with many of the features we need to write RESTful and RPC-based microservices. We have also looked at encoding and decoding data using the encoding/json package and how we can create light weight messaging by using gobs.
As you progress through this book, you will see how the many, wonderful open source packages build on these foundations to make Go such a fantastic language for microservice development, and by the end of the book you will have all the knowledge required for successfully building microservices in Go.
推薦閱讀
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Scratch 3.0少兒編程與邏輯思維訓練
- JavaScript:Moving to ES2015
- Linux Device Drivers Development
- 深入理解Elasticsearch(原書第3版)
- C和C++游戲趣味編程
- 后臺開發:核心技術與應用實踐
- 并行編程方法與優化實踐
- Julia High Performance(Second Edition)
- 從零學Java設計模式
- Visual Basic語言程序設計基礎(第3版)
- 黑莓(BlackBerry)開發從入門到精通
- Java程序設計教程
- ASP.NET jQuery Cookbook(Second Edition)
- Learning Apache Thrift