Skip to content

jinq0123/grpc_cb_core

Repository files navigation

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

About

C++ gRPC core library for grpc_cb.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages