-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Добавить API на основе JSON / Add JSON API implementation. #14
Labels
Comments
Enfernuz
added a commit
that referenced
this issue
May 14, 2018
Enfernuz
added a commit
that referenced
this issue
May 28, 2018
Enfernuz
changed the title
Добавить API на основе JSON-RPC / Add JSON-RPC API implementation.
Добавить API на основе JSON / Add JSON API implementation.
Feb 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Реализация обмена информацией на основе бинарного протокола Protocol Buffers имеет преимущество в производительности, но в то же время несколько усложняет реализацию клиентов, а для тех ЯП, где реализации protobuf пока нет, дела совсем плохи.
Внедрение API на основе JSON позволит найти компромисс между производительностью и простотой написания клиентской части.
The binary Protocol Buffers protocol has an advantage of being an efficient serialization/deserialization tool but this efficiency comes at a price: not many programming languages have a protobuf binding (and for those ones which do, the bindings often lack quality and/or aren't in active development).
An API implementation based on JSON could offer a tradeoff between the efficiency of the serialization/deserialization process and the ease of the client-side development.
The text was updated successfully, but these errors were encountered: