sz-orm-websocket 4.9.1

SZ-ORM WebSocket Extension (RFC 7692 permessage-deflate via flate2)
Documentation

SZ-ORM WebSocket — Real-time Push

Provides WebSocket long-lived connection management, message push, and authentication support, optionally enable server feature to start a standalone WebSocket server.

Main Modules

  • [handler] — Connection handling and session management
  • [pusher] — Message pusher
  • [heartbeat] — Heartbeat mechanism (Ping/Pong) and connection keep-alive
  • [pool] — Connection pool management (LRU eviction, capacity limit)
  • [compression] — Message compression (permessage-deflate simulation)
  • [subprotocol] — Subprotocol negotiation
  • [server] — WebSocket server (feature = "server")