It provides a WebSocket proxy that authenticates via JWT, rate‑limits with Redis, and inspects each frame using a Rust gRPC scanner for XSS, SQL‑i and command‑injection patterns. The Go side handles connections, TLS enforcement and admin endpoints, while the Rust side offers low‑latency payload analysis. Ideal for services needing real‑time protection on WebSocket traffic, it outperforms generic proxies by integrating security directly into the data path.
View on GitHub →FortressCommunity/fortress-ws