Go daily develops standing third-party libraries and tools

It has been almost a year since I wrote Go, and several large and small projects have been launched; Mentality has also experienced several rounds of changes. Because I personally wrote Java in the first five years and Python in the middle of the course for more than a year, when I first came into contact with Go, I felt as follows: There ...

Posted by dreamline on Tue, 02 Nov 2021 05:17:29 -0700

Java communicates with Python via gRPC

Java end gRPC transmits data through protobuf by default. Protobuf provides a flexible, efficient and automated mechanism for serializing structured data. Protobuf only needs to customize the required data format once, and then we can use the protobuf compiler to automatically generate the source code of various languages, which is convenient ...

Posted by adrianpeyton on Mon, 27 Sep 2021 23:12:44 -0700