ws

package
v0.0.0-...-9e4f63c Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

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

type Hub

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

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

type WebSockerServer

type WebSockerServer struct {
	BindAddress string
	// contains filtered or unexported fields
}

WebSockerServer websocket server

func NewWebSockerServer

func NewWebSockerServer(websocketPort int) *WebSockerServer

NewWebSockerServer creates a new web socket server

func (*WebSockerServer) BroadcastMessage

func (s *WebSockerServer) BroadcastMessage(message *message.ImageChangeMessage) error

BroadcastMessage sends a message to all connected clients

func (*WebSockerServer) Run

func (s *WebSockerServer) Run() error

Run runs the websocket server

Jump to

Keyboard shortcuts

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