One of the advantages of G-SDK is that it can support many programming languages. As of V1.4.0, Java, C#, Python, Node.js, Go, C++, Kotlin, and Swift are supported. Other languages will be supported in the future versions.

The gateway is a gRPC server. So, in theory, you can use any language so long as it is supported by gRPC. However, since there is no language-specific guide, you can only refer to the API reference and other gRPC documentations.

Updated: