George Barnett 8a5feb1aa0 Update codegen to include only NIO implementation. (#468) 6 years ago
..
Generated 8a5feb1aa0 Update codegen to include only NIO implementation. (#468) 6 years ago
EchoProvider.swift 8a5feb1aa0 Update codegen to include only NIO implementation. (#468) 6 years ago
Makefile 24c8e5d4c1 Add gRPC Web support. 7 years ago
README.md 24c8e5d4c1 Add gRPC Web support. 7 years ago
RUNME 24c8e5d4c1 Add gRPC Web support. 7 years ago
echo.proto e5ad11abfb Remove CgRPC implementation (#465) 6 years ago
main.swift 8a5feb1aa0 Update codegen to include only NIO implementation. (#468) 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.