Sha256: 609a1906a68eb242f2176666dedfef2ca661a1e783ddf3ee5b1d83c43bf5c3d0
Contents?: true
Size: 587 Bytes
Versions: 2
Compression:
Stored size: 587 Bytes
Contents
# GrpcKit A kit for creating gRPC server/client. ## Installation Add this line to your application's Gemfile: ```ruby gem 'grpc_kit' ``` And then execute: ``` $ bundle ``` Or install it yourself as: ``` $ gem install grpc_kit ``` ## Usage TODO: Write usage instructions here ## Development ``` $ bundle install ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/ganmacs/grpc_kit. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct TODO
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grpc_kit-0.1.1 | README.md |
grpc_kit-0.1.0 | README.md |