armornick / dukluv

LibUV bindings for duktape JS engine

Home Page:http://dukluv.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dukluv

LibUV bindings for duktape JS engine

The goal of this project is to make a node.js-like environment that's ultra lean for tiny devices.

http://dukluv.io/

Prerequisites

Linux:

$ sudo apt-get build-essential
$ sudo apt-get install cmake

OS X (using Brew)

$ brew install cmake

Windows

  • Install cmake manually
  • Use cygwin or start an MSVC command prompt

Compiling

$ git submodule init; git submodule update
$ mkdir build
$ cd build
$ cmake ..
$ make

The result is ./dukluv, a standalone binary which you can add to PATH or copy to e.g. /usr/local/bin/.

About

LibUV bindings for duktape JS engine

http://dukluv.io

License:MIT License


Languages

Language:C 91.6%Language:JavaScript 6.1%Language:CMake 2.0%Language:HTML 0.2%Language:Makefile 0.1%