Mr eel
Model View Control in Javascript
Recently I’ve been knocking about some ideas for developing a Web App framework using a MVC architecture. In the future I will need to create some quite complex interfaces for web applications. I’ve decided to take a more planned approach this time — as opposed to my usual scattershot approach.
The great thing about the internet is this; someone has probably already done whatever it is you were thinking about. In this case Trim Junction, a web app framework using MVC and inspired by Ruby on Rails.
Rather than coding something myself, it may make more sense to contribute to an existing open project. I’ll have to investigate it a little more.
Comments