# Functions
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
Sync upgrades a given HTTP connection into a velox connection and synchronisesthe provided struct with the client.
SyncHandler is a small wrapper around Sync which simply synchronisesall incoming connections.
# Variables
DefaultPingInterval is the default State.PingInterval value.
DefaultThrottle is the default State.Throttle value.
DefaultWriteTimeout is the default State.Throttle value.
JS is an HTTP handler serving the velox.js frontend library.
MinThrottle is the minimum manual State.Throttle value.15ms is approximately highest resolution on the JS eventloop.