README 512 B

1234567891011121314
  1. JTalk + Node.js = Awesomeness
  2. =============================
  3. These are some experiments of using JTalk together with Node.js:
  4. jtalkc - a bash script for compiling JTalk programs.
  5. nodecompile.js - Node.js javascript code for compiling .st files, used by jtalkc.
  6. hello - Hello world example with a simple Makefile.
  7. trivialserver - A slightly larger example.
  8. trivialserver2 - A variation on trivialserver that tries to do more in JTalk.
  9. You will need "node" in your path to try examples.