In the last couple of blog posts, we saw how to write a client-side code to
handle web socket connections using native and third-party support. In this
post, I will go over creating a web socket server on iOS in Swift using newly
introduced NWConnection in iOS 13.
New Project