nightlord189 / example-hasher

My example project to train creating GRPC logics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My example project to train creating GRPC logics

License:MIT License


Languages

Language:Go 96.9%Language:Makefile 3.1%