Skip to content

Latest commit

 

History

History

ios-sockets

State of Swift Sockets - October 24, 2019

Primary Projects

  • SwiftWebSockets, A swiftUI chat client with a websocket networking layer
  • SwiftWebSocketServer, A native Swift websocket server
  • blog post related to the talk

Supplimental Subprojects

  • nodesocket, Node websocket server
  • websockets presentation slides
  • StarscreamComparison, A comparison project between native and starscream's api implementation

Instructions

  • Open SwiftWebSocketClientServer.xcworkspace in XCode
  • Run SwiftWebSocketServer - server
  • Run SwiftWebSockets - client
  • Enjoy!

Demo