Gammazero Nexus Versions Save

Full-feature WAMP v2 router and client written in Go

v2.0.3

6 years ago
  • Configurable websocket server keepalive
  • CBOR serialization

v2.0.2

6 years ago
  • PBKDF2 support
  • Add realms at runtime
  • Local (in-proc) clients do not require authentication
  • WebSocket compression
  • Expose websocket upgrade request to auth/authz logic
  • Cookie authentication
  • Client tracking cookie
  • CRAuth implementation can use tracking cookie to re-auth clients
  • Abort connection/sesson on WAMP protocol violation
  • Various fixes