From d3e8d96cfee49f89f4ad866f6f40867471a98901 Mon Sep 17 00:00:00 2001 From: Johannes Weiss Date: Tue, 7 Aug 2018 15:08:54 +0100 Subject: [PATCH] advertise NIOTS a bit more Motivation: NIOTS wasn't mentioned in the out-of-tree repos. Also their descripton could've been a bit better. Modifications: added NIOTS and swift-nio-extras to the list of out-of-tree projects Result: better discoverability --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 721a2c6ec5..d8a13714f4 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,10 @@ The core SwiftNIO repository will contain a few extremely important protocol imp The following projects contain useful protocol implementations that do not live in-tree in SwiftNIO: -- [swift-nio-ssl](https://github.com/apple/swift-nio-ssl) -- [swift-nio-http2](https://github.com/apple/swift-nio-http2) +- bindings to OpenSSL-compatible libraries for TLS: [swift-nio-ssl](https://github.com/apple/swift-nio-ssl) +- HTTP/2 support for SwiftNIO: [swift-nio-http2](https://github.com/apple/swift-nio-http2) +- Network.framework support for SwiftNIO on iOS, tvOS and macOS: [swift-nio-transport-services](https://github.com/apple/swift-nio-transport-services) +- useful code around SwiftNIO: [swift-nio-extras](https://github.com/apple/swift-nio-extras) ## Documentation @@ -217,4 +219,4 @@ For the most part, SwiftNIO development is as straightforward as any other Swift [mtelg]: https://apple.github.io/swift-nio/docs/current/NIO/Classes/MultiThreadedEventLoopGroup.html [pthreads]: https://en.wikipedia.org/wiki/POSIX_Threads [kqueue]: https://en.wikipedia.org/wiki/Kqueue -[epoll]: https://en.wikipedia.org/wiki/Epoll \ No newline at end of file +[epoll]: https://en.wikipedia.org/wiki/Epoll