- 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.
推薦閱讀
- Mastering NetBeans
- Java Web基礎與實例教程(第2版·微課版)
- RTC程序設計:實時音視頻權威指南
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- Full-Stack React Projects
- JavaScript 程序設計案例教程
- Python編程從0到1(視頻教學版)
- Learning OpenStack Networking(Neutron)
- 新印象:解構UI界面設計
- Python網絡爬蟲技術與應用
- Webpack實戰:入門、進階與調優(第2版)
- Deep Learning for Natural Language Processing
- XML程序設計(第二版)
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- Python自動化開發實戰