@sodacore/ws
Version:
Sodacore ws is a core plugin that extends the Http plugin offering WebSocket support to the Sodacore framework.
10 lines • 380 B
TypeScript
/**
* Will add metadata to the class to define it's module status
* and register the WS service access and the required namespace
* that can then be used to trigger the controller.
* @param path Optional base path.
* @returns ClassDecorator
* @default
*/
export default function Controller(namespace: string): (target: any) => void;
//# sourceMappingURL=controller.d.ts.map