Skip to content

illjs/dukmill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

minimal JavaScript runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published