UNPKG

@sodacore/ws

Version:

Sodacore ws is a core plugin that extends the Http plugin offering WebSocket support to the Sodacore framework.

11 lines (10 loc) 492 B
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'; export default WsPlugin; export { WsContext, Controller, Expose, Middleware, UpgradeMiddleware, WsConnections, WsService, };