Posts Tagged ‘framework’

Javascript on the server with Akshell

Thursday, May 20th, 2010

I’ve been intrigued by a few different “Javascript on the server” frameworks as they have passed by. Here is one that runs Javascript in a cloud and have an online IDE for creating the sites. The article at the bottom is an interview with the creator.

Akshell is a Cloud Service that helps developers [...]

SproutCore: HTML 5 Framework

Thursday, December 31st, 2009

I was looking to see if there were any frameworks for HTML 5 and came across SproutCore.  It’s an MVC framework and has some similarity to GWT in that it compiles all the code into HTML/JS/CSS that should work across browsers without plug-ins.  Also like GWT, it has a bunch of panels, buttons, and controls [...]