Skip to content
marcuswestin edited this page Sep 13, 2010 · 9 revisions

Fin is a realtime templating system written entirely in javascript.

What is a realtime templating system? In Fin, if you reference a user’s name, then the view of that name will update every time the user’s name changes. Keystroke by keystroke.

Fin uses js.io for modules and commet, node.js on the server, and couchdb for storage.

See http://github.com/marcuswestin/fin and http://github.com/marcuswestin/fin/tree/master/examples/ for more information and examples

http://github.com/marcuswestin/fan is an intended suite of applications built on top of Fin. The first, Tasks is up at http://github.com/marcuswestin/fan/tree/master/Tasks/

Clone this wiki locally