livereload

package
v0.0.0-...-4e1b13b Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2018 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SendReload

func SendReload()

SendReload sends a message to the Websocket listeners to refresh the page.

func StartServer

func StartServer()

StartServer starts the Websocket server listening for the websites that want to connect.

Types

type Client

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

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

type Hub

type Hub struct {

	// Inbound messages from the clients.
	Broadcast chan []byte
	// contains filtered or unexported fields
}

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

Jump to

Keyboard shortcuts

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