open-unlight / node-discord-game

The Discord Game SDK for Electron.js
47 stars 9 forks source link

Is it possible to use node instead of electron? #14

Closed immjs closed 4 years ago

immjs commented 4 years ago

I'm trying to implement it within a vscode extension. Is there a way to run it without node?

elct9620 commented 4 years ago

It depends on the Discord Game SDK, the Discord didn't provide any API document about communicate the Discord. That means we are unable to call it unless use the SDK to call the API. Maybe you can try to convert the SDK to the WebAssembly.