@sodacore/ws
Version:
Sodacore ws is a core plugin that extends the Http plugin offering WebSocket support to the Sodacore framework.
13 lines • 593 B
TypeScript
import WsContext from './context/ws';
import Controller from './decorators/controller';
import Expose from './decorators/expose';
import Middleware from './decorators/middleware';
import UpgradeMiddleware from './middleware/upgrade';
import WsPlugin from './module/plugin';
import WsConnections from './provider/ws-connections';
import WsService from './service/ws';
import type { IConfig } from './types';
export default WsPlugin;
export { WsContext, Controller, Expose, Middleware, UpgradeMiddleware, WsConnections, WsService, };
export type { IConfig, };
//# sourceMappingURL=index.d.ts.map