Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.45 KB

grpc_cb_core

C++ gRPC core library with callback interface. It depends on grpc but not grpc++ nor protobuf. Used by grpc_cb library and grpc-lua. Using this lib, it is possible to make grpc library using an IDL other than protobuf, or to bind a script language other than lua.

Install or build with conan

  1. Install conan.
  2. Add conan repositories
    conan remote add remote_bintray_conan-community https://api.bintray.com/conan/conan-community/conan
    conan remote add remote_bintray_bincrafters https://api.bintray.com/conan/bincrafters/public-conan
    conan remote add remote_bintray_inexorgame https://api.bintray.com/conan/inexorgame/inexor-conan
    conan remote add remote_bintray_conan https://api.bintray.com/conan/conan/conan-transit
    conan remote add remote_bintray_jinq0123 https://api.bintray.com/conan/jinq0123/conan
    
  3. Install: conan install grpc_cb_core/0.2@jinq0123/testing --build missing

VS solution

See premake/README.md to use premake5 to generate VS solution.

Not supported yet

  • Compression
  • Security
  • Metadata