-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sirius has full support for the next browsers: IE9+, Firefox, Opera 12+, and Chrome\Chromium.
What makes Sirius the best web framework?
That is simplicity for development and power model of core.
Let's see all feature one by one.
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.