Skip to content

A simple implementation of all streaming combinations in server side

Notifications You must be signed in to change notification settings

imancn/spring-grpc-streaming-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grpc-streaming-server

A simple implementation of all streaming combinations in server side

  • GRPC service supports all streaming combinations:
    • Unary (no streaming)
    • Server to client streaming
    • Client to server streaming
    • Bi-directional streaming

GRPC Docs

  1. https://grpc.io/
  2. https://grpc.io/docs/what-is-grpc/introduction/

Some Articles

  1. https://www.baeldung.com/grpc-introduction
  2. https://www.baeldung.com/java-grpc-streaming
  3. https://medium.com/@bimeshde/grpc-vs-rest-performance-simplified-fd35d01bbd4
  4. https://medium.com/sahibinden-technology/benchmarking-rest-vs-grpc-5d4b34360911
  5. https://docs.microsoft.com/en-us/aspnet/core/grpc/comparison?view=aspnetcore-6.0

About

A simple implementation of all streaming combinations in server side

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages