Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 668 Bytes

Freighter

Freighter defines a protocol agnostic transport interface that allows libraries in a variety of languages to communicate without needing to know protocol, routing, or encoding details.

It's interface is similar to gRPC, but it can be implemented by HTTP, WebSockets, WebRTC, UDP, TCP, etc. For more information on its design, see the Freighter RFC.

The implementations for specific languages are contained in subdirectories of this directory.