Intercept, modify, or handle messages before they reach the backend
The Message Interceptor API allows you to intercept, modify, or handle messages before they reach the Nexus backend. Click each pattern below to see it in action.
Default behavior, all messages go to Nexus
Handle all messages locally, no backend calls
Add metadata before sending to backend
Route messages based on content
Demonstrate timeout and error scenarios
Note: Open your browser console (F12) to see detailed logs of interceptor execution.