hhzl d1a924bd2d Merge branch 'issue51' into nodejs-examples-to-v13 | há 10 anos atrás | |
---|---|---|
.. | ||
benchfib | há 10 anos atrás | |
hello | há 10 anos atrás | |
meta | há 10 anos atrás | |
pystone | há 10 anos atrás | |
trivialserver | há 10 anos atrás | |
writefile | há 10 anos atrás | |
.gitignore | há 11 anos atrás | |
Gruntfile.js | há 10 anos atrás | |
README.md | há 10 anos atrás | |
package.json | há 10 anos atrás |
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.