Skip to content

A empty repository to start a go project implementing micro services.

Notifications You must be signed in to change notification settings

AbdullahJanKhan/go_sample

Repository files navigation

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