http://tchannel-node.readthedocs.org/en/latest/GUIDE/
TChannel
Network multiplexing and framing protocol for RPC
npm init and run npm install tchannel --save.
npm install tcurl -g
Network multiplexing and framing protocol for RPC
tcurl -p 127.0.0.1:4040 -t [DIR-TO-THRIFT] keyvalue KeyValue::put_v1 -3 '{"key":"hello","value":"world"}'
Uses pcap to inspect tchannel traffic over a network interface.
tcap -i lo0 -i en0 -p 4040 -p 4041
TChannel
Network multiplexing and framing protocol for RPC
npm init and run npm install tchannel --save.
npm install tcurl -g
Network multiplexing and framing protocol for RPC
tcurl -p 127.0.0.1:4040 -t [DIR-TO-THRIFT] keyvalue KeyValue::put_v1 -3 '{"key":"hello","value":"world"}'
Uses pcap to inspect tchannel traffic over a network interface.
tcap -i lo0 -i en0 -p 4040 -p 4041