- Building Microservices with Go
- Nic Jackson
- 77字
- 2021-07-15 17:28:02
Introduction to Microservices
First, we are going to look at how easy it is to create a simple web server with a single endpoint using the net/http package. Then, we will move on to examine the encoding/json package to see just how easy Go makes it for us to use JSON objects for our requests and our responses. Finally, we will look at how routing and handlers work and how we can manage context between these handlers.
推薦閱讀
- 程序設計與實踐(VB.NET)
- PostgreSQL技術內幕:事務處理深度探索
- Cassandra Design Patterns(Second Edition)
- Julia機器學習核心編程:人人可用的高性能科學計算
- Python機器學習經典實例
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Learn React with TypeScript 3
- Mastering Android Development with Kotlin
- 深入淺出Go語言編程
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- 跟戴銘學iOS編程:理順核心知識點
- 石墨烯改性塑料
- Secret Recipes of the Python Ninja
- 精通Spring:Java Web開發與Spring Boot高級功能
- C++17 By Example