coffeescript/frameworks
author Tomas Zeman <tzeman@volny.cz>
Sun, 25 Aug 2013 21:04:14 +0200
changeset 34 11d20ddca9d8
parent 26 6f9a1760b066
permissions -rw-r--r--
scm/hg-git-rosetta-stone: simplified mapping between hg commands and git commands If you know how to use hg very well and just looking at how to do the same things in git, this page is right for you. Use it like a dictionary hg -> git.
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.