UNPKG

@loopback/socketio

Version:

LoopBack's WebSocket server based on socket.io

9 lines (7 loc) 349 B
// Copyright IBM Corp. and LoopBack contributors 2020. All Rights Reserved. // Node module: @loopback/socketio // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT export * from './invoke-method.provider'; export * from './reject-method.provider'; export * from './send-method.provider';