George Barnett 3c8fb7f991 Allow clients to make calls via factory methods (#421) 6 years ago
..
Generated 3c8fb7f991 Allow clients to make calls via factory methods (#421) 6 years ago
EchoProviderNIO.swift 51af9517d3 NIO2 / Swift 5 update (#404) 6 years ago
Makefile 24c8e5d4c1 Add gRPC Web support. 6 years ago
README.md 24c8e5d4c1 Add gRPC Web support. 6 years ago
RUNME 24c8e5d4c1 Add gRPC Web support. 6 years ago
echo.proto 24c8e5d4c1 Add gRPC Web support. 6 years ago
main.swift 4b8295018f Rename GRPCClient to GRPCClientConnection (#418) 6 years ago

README.md

EchoNIO, a gRPC NIO Sample App

This directory contains a simple echo server that demonstrates all four gRPC API styles (Unary, Server Streaming, Client Streaming, and Bidirectional Streaming) using the NIO based Swift gRPC implementation.