Skip to content

Releases: huntlabs/kissrpc

v0.0.7

08 Sep 06:33
Compare
Choose a tag to compare

v0.0.5

08 Sep 06:27
Compare
Choose a tag to compare
v0.0.5

v0.0.4

06 Sep 12:45
Compare
Choose a tag to compare
v0.0.4

v0.0.3

04 Sep 10:43
Compare
Choose a tag to compare
v0.0.3

v0.0.2

01 Sep 11:03
Compare
Choose a tag to compare
add manager class

v0.0.1: remove snappy & flatbuffer source code , modf dub.json : "dlang-snap…

01 Sep 06:12
Compare
Choose a tag to compare
…py": "~>0.0.1", "flatbuffers": "~>0.1.1", "kiss" : "~>0.0.7",

kiss-rpc-flatbuffer

04 Aug 09:20
Compare
Choose a tag to compare

kiss-rpc-flatbuffer features:

  1. Lightweight and easy to use. There are two ways to support IDL and manually write protocols. Analog function call, more in line with the RPC remote call logic, simple, transparent.

  2. Easy to change, easy to use, existing code can be used directly

  3. The data format supports downward compatibility and uses the flatbuffer protocol, with better compatibility and faster speed.

  4. Support multi valued return feature, support timeout mechanism, analog grpc, thrift, Dubbo fast several times or even dozens of times.

  5. Support snappy compression algorithm, compression speed, superior performance.

  6. Support pipeline data compression, dynamic data compression, request data compression, flexible use of a wide range of scenarios.

kiss rpc bate

17 Jul 09:35
Compare
Choose a tag to compare

fix bus for idl

  1. idl struct sequential arrangement
  2. add idl modules path

kiss rpc beta

14 Jul 04:11
Compare
Choose a tag to compare

kiss-rpc features:

  1. Lightweight and easy to use. There are two ways to support IDL and manually write protocols. Analog function call, more in line with the RPC remote call logic, simple, transparent.

  2. Easy to change, easy to use, existing code can be used directly

  3. Data formats support backward compatibility

  4. Support multi valued return feature, support timeout mechanism, analog grpc, thrift, Dubbo fast several times or even dozens of times.

  5. Support snappy compression algorithm, compression speed, superior performance.

  6. Support pipeline data compression, dynamic data compression, request data compression, flexible use of a wide range of scenarios.