Swift NIO Intro Workshop
Details
Howdy folks! We're hosted by Make School for a workshop walking through the key ideas, components, and workflow of the Swift NIO network framework!
As described in the repository, Swift NIO is an:
Event-driven network application framework for high performance protocol servers & clients, non-blocking. https://apple.github.io/swift-nio/
It is the underlying network code powering frameworks like Vapor and Kitura, along with many clients which are being created and used in production. We're going to spend about thirty minutes talking about EventLoops, Channels, and other components before creating our own clients using NIO for the rest of the time.
