I've always been hesitant with a introducing a websocket server into my rails application. If the websocket server goes down, you'll still be able to render the SSR-ed shell via the web server. Aren't we just introducing the data consistency problems into every HTML page that uses Turbo. Rails has celebrated its monolithic approach, but i just don't want to deal with websocket problems when what I want is truly a one person framework.