Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 352 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 352 Bytes

swift-quic-examples

Example project for QUIC using Network.framework.

iOS and macOS

Requirements

  • Xcode 14.3+

Build

Open xcodeproj and build swift-quic-examples.

$ open swift-quic-examples.xcodeproj

Server

Requirements

  • Go 1.19+

Start Echo Server

$ make echo