UNPKG

@sync-in/server

Version:

The secure, open-source platform for file storage, sharing, collaboration, and sync

22 lines (21 loc) 568 B
/* * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com> * This file is part of Sync-in | The open source file sync and share solution * See the LICENSE file for licensing details */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "NOTIFICATIONS_WS", { enumerable: true, get: function() { return NOTIFICATIONS_WS; } }); const NOTIFICATIONS_WS = { NAME_SPACE: '/', EVENTS: { NOTIFICATION: 'notification' } }; //# sourceMappingURL=websocket.js.map