Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenForWs ¶
func ListenForWs(conn *WebSocketConnection)
ListenForWs membaca apapun yang dikirimkan ke websocket oleh client satu koneksi client akan memiliki satu goroutine yang menjalankan ListenForWs
func ListenToWsChannel ¶
func ListenToWsChannel()
ListenToWsChannel melakukan loop serus menerus dengan memonitoring channel wsChan wsChan akan di isi pada func ListenForWs
func WsEndpoint ¶
func WsEndpoint(w http.ResponseWriter, r *http.Request)
WsEndpoint upgrade koneksi ke websocket
Types ¶
type WebSocketConnection ¶
Click to show internal directories.
Click to hide internal directories.