Format
Kite uses dnode as its messaging protocol. While this is not a concern if you are doing kite-to-kite communication, or if you are using the JavaScript framework for Kite, it might be an issue if you would like to interface from another language in your stack. The protocol definition is listed in the GitHub project at https://github.com/substack/dnode-protocol/blob/master/doc/protocol.markdown#the-protocol, and is JSON-based. Looking at the documentation for dnode, it seems that the messaging protocol and the execution framework were never intended to be loosely coupled. My personal recommendation when choosing a messaging protocol is that you should ensure there are encoders and decoders already written for your chosen languages. If ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access