Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

advertise NIOTS a bit more #557

Merged
merged 2 commits into from
Aug 8, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
[epoll]: https://en.wikipedia.org/wiki/Epoll