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.