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

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.