George Barnett 46a95c39af Refactor the client connection for easier creation. (#477) 6 vuotta sitten
..
Generated 5a28bdcc6d Rename SwiftGRPC to GRPC (#472) 6 vuotta sitten
EchoProvider.swift 5a28bdcc6d Rename SwiftGRPC to GRPC (#472) 6 vuotta sitten
Makefile 5a28bdcc6d Rename SwiftGRPC to GRPC (#472) 6 vuotta sitten
README.md 5a28bdcc6d Rename SwiftGRPC to GRPC (#472) 6 vuotta sitten
RUNME 5a28bdcc6d Rename SwiftGRPC to GRPC (#472) 6 vuotta sitten
echo.proto 5a28bdcc6d Rename SwiftGRPC to GRPC (#472) 6 vuotta sitten
main.swift 46a95c39af Refactor the client connection for easier creation. (#477) 6 vuotta sitten

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.