Skip to content

AE-nv/byas-grpc-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BYAS gRPC Sample

Description

This repository contains application sample that uses gRPC. It consists of a client and server application.

Services

Counter Service

This service is an example of a streaming service. The client can call this service with an initial integer. The service will then stream the 10 next integers with a 1 second delay between each integer.

TikTak Service

This service is an example of a request/response service. You can request "Tik" to this service and it will respond with "Tak". If you request something else, he will respond with "What are you talking about".

Goal

This sample is used in the BYAS (Boost Your Architectur Skills) to explain gRPC.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages