Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 223 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 223 Bytes

This is sample project using gRPC with DDD architecture.

prerequisites

% npm install -g grpcc
% make protoc
% cat 'PORT=50055' > .env

run server

% make run

connect server

% make grpcc