George Barnett 97ff9238b1 First pass implementation of NIO client (#357) před 6 roky
..
Generated 97ff9238b1 First pass implementation of NIO client (#357) před 6 roky
EchoProviderNIO.swift 24c8e5d4c1 Add gRPC Web support. před 6 roky
Makefile 24c8e5d4c1 Add gRPC Web support. před 6 roky
README.md 24c8e5d4c1 Add gRPC Web support. před 6 roky
RUNME 24c8e5d4c1 Add gRPC Web support. před 6 roky
echo.proto 24c8e5d4c1 Add gRPC Web support. před 6 roky
main.swift 97ff9238b1 First pass implementation of NIO client (#357) před 6 roky

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.