Pergunta de entrevista da empresa Accesa

Should the client and server use the same data language for communication? (e.g. XML, JSON)

Respostas da entrevista

Sigiloso

7 de mar. de 2020

Use a format like XML or JSON or protocol buffers that has libraries supporting it in both languages, or Just send raw bytes through the socket, and write your own format encoders and decoders in both languages.

1

Sigiloso

9 de fev. de 2020

No