# TChannel documentation

The tchannel documentation is spread out in multiple parts

## Read the Node GUIDE

Check out our [GUIDE](./GUIDE.md)

## Core topics

The following documents are core to tchannel

 - [channel](./channel.md)
 - [sub-channels](./sub-channels.md)
 - [requests](./requests.md)
 - [handlers](./handlers.md)
 - [hyperbahn](./hyperbahn.md)
 - [as-thrift](./as-thrift.md)
 - [as-json](./as-json.md)


## Extra topics

The following documents give more details for other use cases
that are available.

 - [as-json](./as-json.md)
 - [errors](./errors.md)
 - [peer-to-peer](./peer-to-peer.md)
 - [statsd](./statsd.md)
 - [streaming](./streaming.md)
