Service implementation to shorten URLs listening as a gRPC server
To run the server on local:
bundle exec lib/start_server.rbIf you face permission issues, just do a chmmod+x for lib/start_server.rb
To make a sample call:
bundle exec test/test_snip_service.rb##Client SDK To understand how to use the client SDK to make gRPC calls, refer to client repository Snip.