Skip to content

Commit

Permalink
Motivation: (apple#911)
Browse files Browse the repository at this point in the history
The README file example list is missing a couple of examples which are actually in the project, namely the UDP and WebSocket server example projects.

Modifications:

Added UDP and WebSocket server example projects to the README.

Result:

A full list of examples is now included in the README file.
  • Loading branch information
tigerpixel authored and weissi committed Mar 20, 2019
1 parent 164f9b1 commit 169f34a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ There are currently several example projects that demonstrate how to use SwiftNI
- **echo client** https://github.com/apple/swift-nio/tree/master/Sources/NIOEchoClient
- **echo server** https://github.com/apple/swift-nio/tree/master/Sources/NIOEchoServer
- **HTTP server** https://github.com/apple/swift-nio/tree/master/Sources/NIOHTTP1Server
- **UDP echo server** https://github.com/apple/swift-nio/tree/master/Sources/NIOUDPEchoServer
- **WebSocket server** https://github.com/apple/swift-nio/tree/master/Sources/NIOWebSocketServer

## Getting Started

Expand Down

0 comments on commit 169f34a

Please sign in to comment.