socket

package
v0.0.0-...-c15cc72 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Example

func Example()

func HomeHTML

func HomeHTML() []byte

func ServWs

func ServWs(hub *Hub, w http.ResponseWriter, r *http.Request)

ServWs handles websocket requests from the peer.

func ServerHome

func ServerHome(w http.ResponseWriter, r *http.Request)

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is a middleman between the websocket connection and the hub.

type HANDLE

type HANDLE struct {
	// contains filtered or unexported fields
}

func (HANDLE) BaseRoot

func (h HANDLE) BaseRoot(w http.ResponseWriter, r *http.Request)

type Hub

type Hub struct {
	// contains filtered or unexported fields
}

Hub maintains the set of active clients and broadcasts messages to the clients.

func NewHub

func NewHub() *Hub

func (*Hub) Run

func (h *Hub) Run()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL