@feathersjs/transport-commons
Version:
Shared functionality for websocket providers
8 lines (6 loc) • 307 B
text/typescript
import { socket } from './socket'
import { routing } from './routing'
import { channels, Channel, CombinedChannel } from './channels'
import { RealTimeConnection } from '@feathersjs/feathers'
export * as http from './http'
export { socket, routing, channels, Channel, CombinedChannel, RealTimeConnection }