UNPKG

@push.rocks/smartsocket

Version:

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

30 lines (26 loc) 793 B
// apiglobal scope import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces'; export { typedrequestInterfaces }; // pushrocks scope import * as isohash from '@push.rocks/isohash'; import * as isounique from '@push.rocks/isounique'; import * as lik from '@push.rocks/lik'; import * as smartenv from '@push.rocks/smartenv'; import * as smartjson from '@push.rocks/smartjson'; import * as smartlog from '@push.rocks/smartlog'; import * as smartdelay from '@push.rocks/smartdelay'; import * as smartpromise from '@push.rocks/smartpromise'; import * as smarttime from '@push.rocks/smarttime'; import * as smartrx from '@push.rocks/smartrx'; export { isohash, isounique, lik, smartenv, smartjson, smartlog, smartdelay, smartpromise, smarttime, smartrx, };