Spine.js – Cafe Townsend example: Now running on Rails

After porting the ActionScript based application Cafe Townsend to JavaScript by using Spine and Angular here is another Spine example, now running on Rails. Like all the previous examples the JavaScript code is written in CoffeeScript.
Continue…

CoffeeScript | HTML5 | JavaScript | Rails

Fun with AngularJS + Rails + CoffeeScript + Sass: Another Cafe Townsend example

Here is an another demo of a Cafe Townsend app using AngularJS and Rails. All JavaScript code is written in CoffeeScript, the CSS code using Sass. That’s just fun-fun-fun!

Continue…

CoffeeScript | HTML5 | JavaScript | Rails

Spine.js – Cafe Townsend example

For a better understanding of Spine.js I have build a port of the Cafe Townsend app, which is a standard for demonstrating ActionScript based MVC frameworks (e.g. Swiz or Mate).

The JavaScript port is written in CoffeeScript using Spine.js and Hem. It uses Eco for templating HTML and Stylus for less CSS.

Continue…

CoffeeScript | HTML5 | JavaScript

Pushing (binary) image data using Node.js and Socket.IO

These days I’m playing around with Node.js and Socket.IO. One of my goal was to push (binary) image data to clients (browser) in real time using WebSockets.

Continue…

CoffeeScript | HTML5 | JavaScript | Node

Quick Tip (Node): How to downgrade Node.js on OS X

It’s a good idea to run Node.js using the latest (stable) version. However, there might be some reasons to downgrade Node.js to a previous version. In my case I needed an older version to test and deploy a simple web app to Heroku (where Node.js v.0.4.7 is running, not the latest v.0.6.5).

Continue…

JavaScript | Node