greenworks

a node.js plugin to integrate nw.js/electron games with steamworks

MIT License

Stars
1.5K

Greenworks Documents

FAQ

There are questions/issues being asked quite often. Check following pages before creating an issue.

Guides

Build Instructions

Test

APIs

The greenworks module gives you ability to access Steam APIs:

var greenworks = require('./greenworks');

if (greenworks.init())
  console.log('Steam API has been initialized.');

API References