Interceptors
There's one difference between regular interceptors and the websockets interceptors.
The websockets interceptors takes the data passed from the client instead of expressjs request object as an argument of the intercept() function.