// Copyright (C) The Arvados Authors. All rights reserved.
//
// SPDX-License-Identifier: AGPL-3.0

// Package ws exposes Arvados APIs (currently just one, the
// cache-invalidation event feed at "ws://.../websocket") to
// websocket clients.
//
// # Installation and configuration
//
// See https://doc.arvados.org/install/install-ws.html.
//
// # Developer info
//
// See https://dev.arvados.org/projects/arvados/wiki/Hacking_websocket_server.
package ws