coffeescript/frameworks
author Tomas Zeman <tzeman@volny.cz>
Mon, 25 Mar 2013 10:29:26 +0100
changeset 31 2e93f6472911
parent 26 6f9a1760b066
permissions -rw-r--r--
icons/free-icons: cleanup
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
http://zappajs.org/
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
Zappa is a CoffeeScript DSL-ish interface for building web apps on the node.js
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
runtime, integrating express, socket.io and other best-of-breed libraries.
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
https://github.com/tcr/rem-js
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     7
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     8
REM is a REST library that does away with excessive configuration, confusing
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     9
authentication, and incomplete libraries. Whether using an existing API or
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    10
writing your own, REM is the fewest lines of code between reading documentation
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    11
and getting started. And with support for popular services built-in, you might
6f9a1760b066 coffeescript/frameworks: zappa, rem-js
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    12
never need another web service library.