Explorar el Código

extended README

hhzl hace 9 años
padre
commit
ad6a31903a
Se han modificado 2 ficheros con 21 adiciones y 9 borrados
  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.
+
+