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.