Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 498 Bytes

readme.markdown

File metadata and controls

26 lines (23 loc) · 498 Bytes

dukmill JS

small JavaScript runtime for high performance I/O.

dukmill = duktape + libmill
  • duktape to interpret JavaScript
  • libmill for I/O and concurrency

install

git clone https://github.com/reqshark/dukmill
cd dukmill
make

now 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 dm

with the dm executable setup you can do

$ dm yourJSfile.js