Port a simplified version of the new CommandBox WebSocket handler to the MiniServer that is compatible with SocketBox.
Activity
Show:
Brad WoodOctober 2, 2024 at 6:51 AM
Right now, since the MiniServer is simplistic, there is no configuration available and the websocket handler is always enabled. Normal HTTP requests made to the /ws URI will fall back to “normal” behavior. Only actual websocket requests will trigger the handler. We can add more config to this later if we wish.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Port a simplified version of the new CommandBox WebSocket handler to the MiniServer that is compatible with SocketBox.