Go學習日記12

1.gorilla/websocket 解析:go get github.com/gorilla/websocket [1]open Socket.onopen:鏈接創建時觸發 [2]message Socket.onmessage:客戶端接收服務端數據時觸發 [3]error Socket.onerror:通訊發生錯誤時觸發 [4]close Socket.onclose:鏈接關閉時觸發git
相關文章
相關標籤/搜索