Göran Krampe 068e6d8a0f Added verification that compile succeeds in ntalkc. %!s(int64=13) %!d(string=hai) anos
..
hello 93156f8c48 Cleanups and better docs of nodejs stuff. %!s(int64=13) %!d(string=hai) anos
trivialserver a361ce94bd Added trivial server example with nodejs. %!s(int64=13) %!d(string=hai) anos
README d8e07e3d94 Added some code for using JTalk with Node.js %!s(int64=13) %!d(string=hai) anos
nodecompile.js 93156f8c48 Cleanups and better docs of nodejs stuff. %!s(int64=13) %!d(string=hai) anos
ntalkc 068e6d8a0f Added verification that compile succeeds in ntalkc. %!s(int64=13) %!d(string=hai) anos

README

These are just some scripts and examples of using JTalk together with Node.js.

ntalkc - a bash script for compiling JTalk programs in/for Node.js.
nodecompile.js - Node.js code for compiling .st files, used by ntalkc

hello - Hello world example with a simple Makefile

You will need "node" in your path.