Skip to content

Latest commit

 

History

History

freighter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.