Skip to content

Commit

Permalink
Added Dual-Sided JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Jan 19, 2012
1 parent 08821bf commit a4e689d
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions scratch/dual-sided_javascript.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
=====================
Dual-Sided JavaScript
=====================

Research
========

* `Scaling Isomorphic Javascript Code <http://blog.nodejitsu.com/scaling-isomorphic-javascript-code>`_ -
describes a Resource-View-Presenter pattern for dual-sided code.

Frameworks
==========

* `Derby <http://derbyjs.com>`_ (`GitHub <https://github.com/flatiron>`__)
* `Flatiron <http://flatironjs.org>`_ (`GitHub <https://github.com/flatiron>`__)
* `Kanso <http://kan.so>`_ (`GitHub <https://github.com/kanso>`__)
* `Sacrum <https://github.com/insin/sacrum>`_

Modules
=======

Utilities
---------

* `isomorph <https://github.com/insin/isomorph>`_

Models / Data
-------------

* `resourceful <https://github.com/flatiron/resourceful>`_

Routers / URL Mapping
---------------------

* `director <https://github.com/flatiron/director>`_
* `urlresolve <https://github.com/insin/urlresolve>`_

Templating
-----------

* `DOMBuilder <https://github.com/insin/DOMBuilder>`_
* `Dust <https://github.com/akdubya/dustjs>`_
* `Plates <https://github.com/flatiron/plates>`_

Validation
----------

* `newforms <https://github.com/insin/newforms>`_
* `revalidator <https://github.com/flatiron/revalidator>`_

0 comments on commit a4e689d

Please sign in to comment.