/Daytime

A simple Implementation of the Daytime protocol in Swift

Primary LanguageSwift

Daytime

Description

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.

Running

Note: This assumes you have Swift 4.1.x installed

  1. Install any dependencies $ swift package resolve
  2. Run the Daytime server $ swift run