small JavaScript runtime for high performance I/O.
dukmill = duktape + libmill- duktape to interpret JavaScript
- libmill for I/O and concurrency
git clone https://github.com/reqshark/dukmill
cd dukmill
makenow set up a symbolic link somewhere in your bin $PATH pointing to dm
# for example, something like:
cd /usr/local/bin
ln -s path/to/your/dukmill/repo dmwith the dm executable setup you can do
$ dm yourJSfile.js