Swift 写的 WebSocket 客户端类库。
特性:
示例代码:
var socket = WebSocket(url: NSURL(string: "ws://localhost:8080/")!) socket.delegate = self socket.connect()