UNPKG

@push.rocks/smartsocket

Version:

Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.

6 lines (5 loc) 269 B
export * from './smartsocket.classes.smartsocket.js'; export * from './smartsocket.classes.smartsocketclient.js'; export * from './smartsocket.classes.socketfunction.js'; export * from './smartsocket.classes.socketconnection.js'; export * from './interfaces/index.js';