UNPKG

tiny-server-essentials

Version:

A good utility toolkit to unify Express v5 and Socket.IO v4 into a seamless development experience with modular helpers, server wrappers, and WebSocket tools.

6 lines 355 B
import SocketIoProxyServer from './server/index.mjs'; import SocketIoProxyClient from './client/index.mjs'; import SocketIoProxyUser from './client/proxyUser.mjs'; import proxyOnConnection from './client/proxyOnConnection.mjs'; export { SocketIoProxyServer, SocketIoProxyClient, SocketIoProxyUser, proxyOnConnection }; //# sourceMappingURL=index.d.mts.map