Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 296 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 296 Bytes

feverrpc

Requirement

  • c++14
  • msgpack

Feature

  • arbitrary argument
  • return type auto infer
  • bind and call like dynamic language
  • pack argument via msgpack
  • pack all the info via msgpack
  • integrated with socket
  • more comments
  • well-written code