George Barnett 2283089fa7 Add Server logging (#547) %!s(int64=6) %!d(string=hai) anos
..
Generated 2283089fa7 Add Server logging (#547) %!s(int64=6) %!d(string=hai) anos
EchoProvider.swift 5a28bdcc6d Rename SwiftGRPC to GRPC (#472) %!s(int64=6) %!d(string=hai) anos
Makefile 5a28bdcc6d Rename SwiftGRPC to GRPC (#472) %!s(int64=6) %!d(string=hai) anos
README.md 5a28bdcc6d Rename SwiftGRPC to GRPC (#472) %!s(int64=6) %!d(string=hai) anos
RUNME bee6366312 Remove unused 'serverHandler' parameter for generated server code (#544) %!s(int64=6) %!d(string=hai) anos
echo.proto 5a28bdcc6d Rename SwiftGRPC to GRPC (#472) %!s(int64=6) %!d(string=hai) anos
main.swift 04227ec625 Provide restricted TLS configurations (#513) %!s(int64=6) %!d(string=hai) anos

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.