Skip to content
forked from uber/tchannel

network multiplexing and framing protocol for RPC

License

Notifications You must be signed in to change notification settings

kangkot/tchannel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network multiplexing and framing protocol for RPC

Design goals

  • Easy to implement in multiple languages, especially JS and Python.
  • High performance forwarding path. Intermediaries can make a forwarding decision quickly.
  • Request / response model with out of order responses. Slow requests will not block subsequent faster requests at head of line.
  • Large requests/responses may/must be broken into fragments to be sent progressively.
  • Optional checksums.
  • Can be used to transport multiple protocols between endpoints, eg. HTTP+JSON and Thrift.

MIT Licenced

About

network multiplexing and framing protocol for RPC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.7%
  • Go 29.6%
  • Python 23.6%
  • Makefile 2.0%
  • Shell 0.1%