The invention discloses a cross-platform link
library communication method and device based on an optimized WebAPI, equipment and a medium, and relates to the technical field of computer communication, and a
client application program initiates a
data request by calling a cross-platform link
library. And the cross-platform link
library serializes the parameters of the
data request and transmits the serialized parameters to the
data interface layer. And the
data interface layer encapsulates the
data request after parameter
serialization into a binary request through the gRPC
client and the lightweight SignalR
client according to an application scene, and transmits the binary request to the intelligent integrated
data platform. And the intelligent integrated
data platform concurrently accesses a plurality of databases of the storage layer according to the binary request, encapsulates an obtained result into binary response data, and returns the binary response data to the
data interface layer through a communication protocol. And the data
interface layer deserializes the binary response data into response data and transmits the response data to a client application program, so that efficient interface communication with
low delay, high
throughput and less resource occupation is realized in a multi-language environment.