Skip to content

apple/swift-nio-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bd02d1 · Jan 27, 2025

History

72 Commits
Sep 19, 2018
Nov 5, 2022
Oct 3, 2023
Oct 3, 2023
Oct 3, 2023
Oct 3, 2023
Sep 19, 2018
Jan 27, 2025
Oct 3, 2023
Oct 3, 2023
Oct 3, 2023
Oct 3, 2023
Nov 15, 2024
Mar 25, 2020
Jun 6, 2023
Sep 19, 2018
Sep 17, 2018
Sep 24, 2020

Repository files navigation

SwiftNIO Example Apps

The point of this repository is to be a collection of ready-to-use SwiftNIO example apps. The other apple/swift-nio repositories contain libraries which do sometimes contain example code but usually not whole applications.

The definition of app includes any sort of application, command line utilities, iOS Apps, macOS GUI applications or whatever you can think of.

Organisation

Each example application should be fully contained in its own sub-directory together with a README.md explaining what the application demonstrates. Each application must be buildable through either cd AppName && swift build or cd AppName && ./build.sh.

Like all other code in the SwiftNIO project, the license for all the code contained in this repository is the Apache License 2.0. See also LICENSE.txt.

Quality

Example applications must go through pre-commit code review like all other code in the SwiftNIO project. It is however acceptable to publish demo applications that only work for a subset of the supported platforms if that limitation is clearly documented in the project's README.md.

NIO versions

The main branch contains the examples for the SwiftNIO 2 family. For the examples working with NIO 1, please use the nio-1 branch.