| author | Tomas Zeman <tzeman@volny.cz> |
| Thu, 17 Sep 2015 07:24:39 +0200 | |
| changeset 40 | eace2739e6b8 |
| parent 26 | 6f9a1760b066 |
| permissions | -rw-r--r-- |
|
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. |