Part 1 , Part 2

Go is an excellent choice for writing your next http service. It supports multithreaded request handling with the standard library and many other convenient features that makes creating a new application a breeze. Here is an example of a http service that returns the current time as json.

Playground: https://go.dev/play/p/gZGKLEhHkPR

http1