This is a simple in-memory cache service implemented on top of gRPC and protobuf.
The purpose of this repository is to show how simple it is to use gRPC by implementing a server in Go and a client in Node.js.
This code was created for the talk "gRPC: Por que você ainda usa REST?"
You'll need to have Go and Node.js environments set up to run.
Do enter in server
folder, then type:
$ make start
Do enter in client
folder, then do:
- Install dependencies
$ yarn
- Run
$ yarn start
You could use Evans to consume cache service as well.