Just a small hello world project for playing around with SwiftNIO.
Example:
swift build
*Optional* swift package generate-xcodeproj
swift run swift_nio_example localhost 80
Example output:
http://localhost/mypath?parameter1=Hello¶meter2=world
Hello World
Path: /mypath
parameter1 = Hello
parameter2 = world