@loopeco/socketio
Version:
A enhanced LoopBack's WebSocket server based on socket.io
24 lines • 1.36 kB
JavaScript
;
// Copyright IBM Corp. 2019. All Rights Reserved.
// Node module: @loopback/socketio
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.Namespace = exports.Socket = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./booters"), exports);
tslib_1.__exportStar(require("./decorators"), exports);
tslib_1.__exportStar(require("./keys"), exports);
tslib_1.__exportStar(require("./types"), exports);
tslib_1.__exportStar(require("./providers"), exports);
tslib_1.__exportStar(require("./middleware"), exports);
tslib_1.__exportStar(require("./mixins"), exports);
tslib_1.__exportStar(require("./socketio-controller-factory"), exports);
tslib_1.__exportStar(require("./socketio.application"), exports);
tslib_1.__exportStar(require("./socketio.component"), exports);
tslib_1.__exportStar(require("./socketio.sequence"), exports);
tslib_1.__exportStar(require("./socketio.server"), exports);
var socket_io_1 = require("socket.io");
Object.defineProperty(exports, "Socket", { enumerable: true, get: function () { return socket_io_1.Socket; } });
Object.defineProperty(exports, "Namespace", { enumerable: true, get: function () { return socket_io_1.Namespace; } });
//# sourceMappingURL=index.js.map