hhzl d1a924bd2d Merge branch 'issue51' into nodejs-examples-to-v13 | il y a 10 ans | |
---|---|---|
.. | ||
benchfib | il y a 10 ans | |
hello | il y a 10 ans | |
meta | il y a 10 ans | |
pystone | il y a 10 ans | |
trivialserver | il y a 10 ans | |
writefile | il y a 10 ans | |
.gitignore | il y a 11 ans | |
Gruntfile.js | il y a 10 ans | |
README.md | il y a 10 ans | |
package.json | il y a 10 ans |
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.