Sergio Campama 24c8e5d4c1 Add gRPC Web support. 7 years ago
..
Generated 24c8e5d4c1 Add gRPC Web support. 6 years ago
EchoProviderNIO.swift 24c8e5d4c1 Add gRPC Web support. 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 24c8e5d4c1 Add gRPC Web support. 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.