Thomas Rake 7cccccfb55 WriteFile.st must contain the package WriteFile not WriteFileExample 9 years ago
..
benchfib 29c51ad2b0 Making nodejs examples build and run. 10 years ago
hello 29c51ad2b0 Making nodejs examples build and run. 10 years ago
meta 29c51ad2b0 Making nodejs examples build and run. 10 years ago
pystone 29c51ad2b0 Making nodejs examples build and run. 10 years ago
trivialserver 29c51ad2b0 Making nodejs examples build and run. 10 years ago
writefile 7cccccfb55 WriteFile.st must contain the package WriteFile not WriteFileExample 9 years ago
.gitignore a979e3a896 Removed unused depenecies as per mkroehnert:Gruntfile.js, package.json 11 years ago
Gruntfile.js 61901c75a4 node filesystem fs example 9 years ago
README.md 4289f4bf15 Upd comments for writefile 9 years ago
package.json 6736329d43 use ^ in package.json for grunt 9 years ago

README.md

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   
grunt amberc:writefile
  • hello Hello world example with a simple Makefile.
  • writefile Shows how to use the nodejs fs library.
  • benchfib Port of tinybenchmarks from Squeak.
  • trivialserver A slightly larger example.