UNPKG

@tsdotnet/websocket-connector

Version:

Universal WebSocket connector base class with connection pooling, virtual connections, and testing utilities

7 lines (6 loc) 161 B
/*! * @author electricessence / https://github.com/electricessence/ * @license MIT */ export * from './interfaces'; export * from './NodeWebSocketConnector';