George Barnett 5cdda76868 Add TLS to the NIO implementation (#406) 6 rokov pred
..
Generated 97ff9238b1 First pass implementation of NIO client (#357) 6 rokov pred
EchoProviderNIO.swift 51af9517d3 NIO2 / Swift 5 update (#404) 6 rokov pred
Makefile 24c8e5d4c1 Add gRPC Web support. 6 rokov pred
README.md 24c8e5d4c1 Add gRPC Web support. 6 rokov pred
RUNME 24c8e5d4c1 Add gRPC Web support. 6 rokov pred
echo.proto 24c8e5d4c1 Add gRPC Web support. 6 rokov pred
main.swift 5cdda76868 Add TLS to the NIO implementation (#406) 6 rokov pred
ssl.crt 5cdda76868 Add TLS to the NIO implementation (#406) 6 rokov pred
ssl.key 5cdda76868 Add TLS to the NIO implementation (#406) 6 rokov pred

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.