Entry points

  • Client - The WebSocket client
  • Server - The WebSocket server

Resources

  • Listener - Listeners allow callbacks when messages are received
  • Message - The Message represents a WebSocket message being sent or received
  • Middleware - Middlewares allow implementations to act incoming and outgoing messages

Developer resources

Migration

  • v2 -> v3 - How to migrate from v2 to v3