/example-hasher

My example project to train creating GRPC logics

Primary LanguageGoMIT LicenseMIT

example-hasher

Example project to train create GRPC service.

It's a server that can calculate multiple SHA-512 hashes by array request from client.

It partially follows Go project layout and implements Martin's Clean Architecture principles with some my own changes.