ruby-hyperloop / hyper-react

The project has moved to Hyperstack!!
https://hyperstack.org/
MIT License
285 stars 14 forks source link

Q: Are models only working with ActiveRecord or with any other ORM/ODM? #229

Closed 34code closed 6 years ago

34code commented 6 years ago

I'm evaluating this for a project with a different ODM so wondering if it will work OOB..

janbiedermann commented 6 years ago

you could wrap all accesses to nobrainer/rethinkdb other ODB in Server Operations and from those dispatch messages accordingly to connected clients. But that is surely not as comfortable as just using the Hyperloop provided Hyper Model.

34code commented 6 years ago

True. Any way to NOT require Hyper Model by default? I'm using the latest webpacker gem and the current documentation is leading to some roadblocks :|

catmando commented 6 years ago

closed, and opened issue on documentation to make this more clear.