Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 636 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 636 Bytes

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