Is it possible to use Turbo Streams with MongoDB in a Rails 7 application?
I am trying to create a reactive chat application with Rails 7 using MongoDB. I have three models that I'm working with: 1. Topic 2. TopicMessage 3. User For the MongoDB setup, it is required to use Mongoid and the…