UNPKG

wsmini

Version:

Minimalist WebSocket client and server for real-time applications with RPC, PubSub, Rooms and Game state synchronization.

9 lines (7 loc) 177 B
// Browser-only exports import WSClient from "./websocket/WSClient.js"; import WSClientRoom from "./websocket/WSClientRoom.js"; export { WSClient, WSClientRoom, };