1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 // Package ws exposes Arvados APIs (currently just one, the
6 // cache-invalidation event feed at "ws://.../websocket") to
9 // # Installation and configuration
11 // See https://doc.arvados.org/install/install-ws.html.
15 // See https://dev.arvados.org/projects/arvados/wiki/Hacking_websocket_server.