George Barnett e5ad11abfb Remove CgRPC implementation (#465) пре 6 година
..
Generated 3c8fb7f991 Allow clients to make calls via factory methods (#421) пре 6 година
EchoProviderNIO.swift 51af9517d3 NIO2 / Swift 5 update (#404) пре 6 година
Makefile 24c8e5d4c1 Add gRPC Web support. пре 7 година
README.md 24c8e5d4c1 Add gRPC Web support. пре 7 година
RUNME 24c8e5d4c1 Add gRPC Web support. пре 7 година
echo.proto e5ad11abfb Remove CgRPC implementation (#465) пре 6 година
main.swift 69b48e12ad Verify TLS/ALPN were successful before returning a connection (#443) пре 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.