This is a simple implementation of the Daytime protocol written in Swift 4.1 utilizing the SwiftNIO network application framework. This code is purely for education purposes and should NOT be deployed on the public internet.
Read the blog post here.
Note: This assumes you have Swift 4.1.x installed
- Install any dependencies
$ swift package resolve
- Run the Daytime server
$ swift run