Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
/ cache-service Public archive

An example Go microservice with gRPC

License

Notifications You must be signed in to change notification settings

johnbellone/cache-service

Repository files navigation

Cache Service

An example Go Micro service to handle basic caching operations with gRPC transport and Protobuf as an IDL.

This is not a production service but is meant to serve as an example on how to build scalable microservices with Go.

Development

~/src/cache-service % make
~/src/cache-service % bin/cache-service &
~/src/cache-service % micro web &
~/src/cache-service % open http://localhost:8082/

Releases

No releases published

Packages

No packages published