README 423 B

12345678910
  1. JTalk + Node.js = Awesomeness
  2. =============================
  3. These are some experiments of using JTalk together with Node.js:
  4. hello - Hello world example with a simple Makefile.
  5. benchfib - Port of tinybenchmarks from Squeak.
  6. trivialserver - A slightly larger example.
  7. trivialserver2 - A variation on trivialserver that tries to do more in JTalk.
  8. You will need "node" in your path to try all the above.