Skip to content

faridpermana7/gRPC-Farst-Service

Repository files navigation

gRPCFarstService

Hex.pm GitHub release (latest by date) GitHub issues

AUTHOR : FARID PERMANA

gRPC service that provide service for client like MVC .NET core, with data structure protobuf

What's new

What's new in version 1.1.1

  1. Implement data access use Entity Framework core
  2. Use MS. SQL Server as database
  3. Make GrpcFarstCommon, library that manage manager on repository
  4. Create manager for handling data access and deliver to service

Preview:

alt text

How to make new protobuf:

1 Open Proto folder 2 Make new proto

Example Proto Response :

message EmployeeResponse {
   enum Status { 
       NOTFOUND = 0;
       SUCCESS = 1;
       FAILED = 2;
       INTERNALSERVERERROR = 3;
   }
   Status StatusCode = 1;
   string message = 2;
   repeated EmployeeDTO Data = 3; 
}

EXPLAIN

message : Represents class on protobuf structure.

About

gRPC service that provide service for client like MVC .NET core, with data structure protobuf

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages