-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sirius has a power model support (if you worked with ActiveRecord
from Rails
you appreciate)
MVC pattern great for client side because we work with backend through ajax or websockets or another protocol (it does not matter) Dataflow:
some event => routing => client side controller => ajax|websockets request => backend => response => client side controller => view
It's an universally routing, not only for changes in urls, but also for mouse or key event, and for custom javascript events of course, and scheduled jobs.
Models have computed-fields/validators/event subscription. You might create own validator that is simple.
All events, message passing in framework logging, you might see what Sirius does underhood.
Select you favorite javascript template library and use.
Collection parametrized by model type, subscribe on any changes in collection, indexes for quick search by field name.