Web.py, the brainchild of Aaron Swartz, who developed it while working at Reddit.com, describes itself as a “minimalist’s framework.” Web.py employs few abstraction layers. In most cases, when you ...
Take a quick look at three Web framework technologies from the Python community. What with all the hoopla surrounding Ruby on Rails, aspiring Web application programmers should be forgiven for ...
Time and time again, when developing user interfaces with JSF, tasks that could be achieved quite easily using JavaScript become a giant hassle. A simple example is a page that includes a set of radio ...
Node.js is a JavaScript runtime, built on Chrome’s V8 JavaScript engine, that’s suitable for implementing both desktop and server apps. Node.js uses an event-driven, non-blocking I/O model that makes ...