Skip to content

jayesh15111988/SwiftWebSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SwiftWebSocket

A repository to demonstrate how to use Web socket to create client and server on iOS using Swift

How to run project?

  1. Clone the repository
  2. Select SwiftWebSocketServer target, and run the project
  3. Run sudo lsof -i :8080 to verify connection on port 8080
  4. Select SwiftWebSocketClient target and run the project
  5. If client and server are correctly connected, you will see values being sent from server and caught on the client side

Demo:

https://youtu.be/XC5-e0Izf-U

About

A repository to demonstrate how to use Web socket to create client and server on iOS using Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages