discord / gamesdk-and-dispatch

Public issue tracker for the Discord Game SDK and Dispatch
22 stars 7 forks source link

[Feature Request] NodeJS Bindings #39

Open zbot473 opened 4 years ago

zbot473 commented 4 years ago

Will there ever be official bindings for NodeJS, so that we can port browser games to the desktop with full functionality?

cfanoulis commented 4 years ago

There currently exists an unofficial port... but it is both incomplete and asking for a DMCA, since it bundles the SDK (that's illegal, no?) https://github.com/open-unlight/node-discord-game

Good news is, there doesn't need to be a rewrite from scratch to facilitate NodeJS, but you can make use of the cureentlt existing DLL and bindings

Anyways, hefty +1. Everybody needs a bit more JS in their lives /j

zbot473 commented 4 years ago

I looked at node-discord-game but it's incomplete. I'm trying to write a set of bindings on my own but idk how far i will get.