Skip to content

gzafra/SocketIOBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocketIOBox

iOS Swift Socket.IO client that actually uses the Javascript client underneath acting as a wrapper.

Usage:

var socketBox = SocketIOBox(delegate: self, url: URL(string: "[SERVER_SOCKETIO_URL]")!, token: "[YOUR AUTH TOKEN]")
        
socketBox.on("message") { data in
    // Do whatever with data
}

_ = socketBox.beginConnection()

Disclaimer: This project is just for fun and not intended for real use unless something is really wrong. You should always use the Swift client.

About

iOS Swift Socket.IO client that actually uses the Javascript client underneath acting as a wrapper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors