Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gustavosbarreto/qiojs

Qt + io.js into a single event loop
https://github.com/gustavosbarreto/qiojs

Last synced: 22 days ago
JSON representation

Qt + io.js into a single event loop

Awesome Lists containing this project

README

        

# qiojs

Qt + io.js into a single event loop

### What is this?

qiojs is an npm compatible platform that integrate both Qt and io.js event loops.

### What is this for?

It is for who wants to run native addon module for io.js/Node.js that wraps Qt classes.

## Building

[source]
----
$ git clone git@github.com:gustavosbarreto/qiojs.git
$ cd qiojs
$ git submodule update --init
$ cmake .
$ make -j4
----

## Running

After the build process has successfully finished, you should find a *qiojs* executable in the current working directory. Run the *qiojs* executable as you would with _io.js/Node.js__ executable.