Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 434 Bytes

Readme.md

File metadata and controls

5 lines (3 loc) · 434 Bytes

Go Lang Sample Project Structure

This repository implements a structure for micro services based architecture in go lang. Also providing starter code to implement gRPC and kafka for interservice communication.

The concept of gRPC can be expanded to establish a complete client / server (started code for both implemeted) and replace the traditional Rest Api, will require an additional nginx setup or we can use grpc-gateway