Socket 客户端 SocketIOCocoa
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: OS X
- 软件首页: https://github.com/shuoli84/SocketIOCocoa
- 软件文档: https://github.com/shuoli84/SocketIOCocoa
软件介绍
SocketIOCocoa 是用 Swift 编写的 Socket.IO 的客户端开发包。同时也提供 Objective-C 版本。
示例代码:
创建客户端:
var client = SocketIOClient(uri: uri, reconnect: true, timeout: 30) client.open()
创建 Socket
var socket = client.socket("namespace")// Set a delegate on socket
SocketIOSocketDelegate
@objc public protocol SocketIOSocketDelegate {
// Called when the socket received a low level packet
optional func socketOnPacket(socket: SocketIOSocket, packet: SocketIOPacket)
// Called when the socket received an event
func socketOnEvent(socket: SocketIOSocket, event: String, data: AnyObject?)
// Called when the socket is open
func socketOnOpen(socket: SocketIOSocket)
// Called when the socket is on error
func socketOnError(socket: SocketIOSocket, error: String, description: String?)
}
发送消息:
socket.event("message", data: [1,2,3]) { (packet) -> Void in
expectation.fulfill()
}
self.waitForExpectationsWithTimeout(300, handler: nil)
Head Rush Ajax
Brett McLaughlin、Eric Freeman、Elisabeth Freeman / O'Reilly Media, Inc. / 2006-03-01 / USD 34.99
Ajax, or Asynchronous JavaScript and XML, is a term describing the latest rage in web development. Ajax is used to create interactive web applications with XML-based web services, and using JavaScript......一起来看看 《Head Rush Ajax》 这本书的介绍吧!
XML、JSON 在线转换
在线XML、JSON转换工具
RGB CMYK 转换工具
RGB CMYK 互转工具
