Skip to content

cfsghost/node-gcontext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-gcontext

node-gcontext is an event loop integration between libuv and GLib, to make that GLib event loop works with Node.js event engine.

It makes many libraries(GTK+, DBus, Clutter...etc) which are using GLib event loop to be able to work on Node.js.

How To Use

Start a GLib main context loop in Node.js:

var GContext = require('gcontext');
GContext.init();

Then you can stop it:

GContext.uinit();

Installation

Using NPM utility to install module directly:

npm install gcontext

License

Licensed under the MIT License

Authors

Copyright(c) 2012 Fred Chien <cfsghost@gmail.com>

About

Provide API to use GMainContext in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published