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")