DEV Community

Discussion on: micro-MVC :: Alternative Web Development Framework

Collapse
 
g0d profile image
George Delaportas (ViR4X)

Whoever sees the framework will notice that I have used very few 3rd party libraries and this is due to my work for high quality code that is both small and fast.
For instance large libraries such has jQuery is not included but can be used by the programmer at any time.

Instead, "Vulcan" does the hard work among other core libraries.

Finally, among the many innovations and features that micro-MVC introduces, "Aether" is a unique library as it is the only JS library that enables real-time QoS and Traffic Control for AJAX call streams. It's usefulness is undoubtfully huge for large scale enterprise web applications that cope with millions of connections, has limitations, need to utilize certain bandwidth allocations, set priorities, have strict delays, enforce policies and so on...

Foe more details you may check:
github.com/g0d/micro-MVC/tree/fe92...