- 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.
推薦閱讀
- Mastering JavaScript Functional Programming
- 程序員修煉之道:程序設計入門30講
- Git Version Control Cookbook
- INSTANT OpenCV Starter
- 簡單高效LATEX
- 零基礎學Java程序設計
- 從Java到Web程序設計教程
- 零基礎趣學C語言
- 零代碼實戰:企業級應用搭建與案例詳解
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- RESTful Web Clients:基于超媒體的可復用客戶端
- Emotional Intelligence for IT Professionals
- Node.js從入門到精通
- Python GUI Programming Cookbook(Second Edition)
- Python Social Media Analytics