# HG changeset patch # User Tomas Zeman # Date 1355597364 -3600 # Node ID 6f9a1760b06632655cc0e2a26bcb17cf91251a44 # Parent 98114857acb366f2004757354b482f8651839486 coffeescript/frameworks: zappa, rem-js diff -r 98114857acb3 -r 6f9a1760b066 coffeescript/frameworks --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/coffeescript/frameworks Sat Dec 15 19:49:24 2012 +0100 @@ -0,0 +1,12 @@ +http://zappajs.org/ + +Zappa is a CoffeeScript DSL-ish interface for building web apps on the node.js +runtime, integrating express, socket.io and other best-of-breed libraries. + +https://github.com/tcr/rem-js + +REM is a REST library that does away with excessive configuration, confusing +authentication, and incomplete libraries. Whether using an existing API or +writing your own, REM is the fewest lines of code between reading documentation +and getting started. And with support for popular services built-in, you might +never need another web service library.