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