George Barnett ef54360a63 TLS Tests (#411) 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 ef54360a63 TLS Tests (#411) 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.