Browse Source

extended README

hhzl 9 years ago
parent
commit
ad6a31903a
2 changed files with 21 additions and 9 deletions
  1. 0 9
      nodejs/README
  2. 21 0
      nodejs/README.md

+ 0 - 9
nodejs/README

@@ -1,9 +0,0 @@
-Amber + Node.js = Awesomeness
-=============================
-These are some experiments of using Amber together with Node.js:
-
-hello           - Hello world example with a simple Makefile.
-benchfib        - Port of tinybenchmarks from Squeak.
-trivialserver   - A slightly larger example.
-
-You will need "node" in your path to try all the above.

+ 21 - 0
nodejs/README.md

@@ -0,0 +1,21 @@
+Server side Amber Smalltalk examples 
+====================================
+
+These are some experiments of using Amber together with Node.js:
+
+To run these examples do
+
+    npm install
+
+    grunt amberc:hello
+    grunt amberc:benchfig
+    grunt amberc:trivialserver
+    grunt amberc:pystone
+    grunt amberc:meta	
+
+
+hello           - Hello world example with a simple Makefile.
+benchfib        - Port of tinybenchmarks from Squeak.
+trivialserver   - A slightly larger example.
+
+