OpenAsar / arrpc

Open Discord RPC server for atypical setups
https://arrpc.openasar.dev
MIT License
435 stars 62 forks source link

support replacing discord desktop's RPC with arRPC? #17

Open CanadaHonk opened 1 year ago

CanadaHonk commented 1 year ago

please react/comment if wanted!

hax4dazy commented 1 year ago

Could you tell us what benefits this would have?

CanadaHonk commented 1 year ago

Main benefit would probably be it being open source rather than closed JS (with Node access).

Vendicated commented 1 year ago

I peesianlly don't really see the point in doing this unless you'd replace the entirety of discords native modules since otherwise it'd just be one small piece (and their cpp libs are much more worrysome than the nodejs stuff since you can just read the js code but no way to check the cpp code)

CanadaHonk commented 1 year ago

I peesianlly don't really see the point in doing this unless you'd replace the entirety of discords native modules since otherwise it'd just be one small piece (and their cpp libs are much more worrysome than the nodejs stuff since you can just read the js code but no way to check the cpp code)

V3 would replace a significant amount of native modules, including some native libraries. (discord_rpc, some of discord_game_utils and discord_utils).

jschenke488 commented 1 year ago

Another benefit would be #20

wont-stream commented 6 months ago

arRPC also allows setting the "name" and "type" properties on presences. Useful for music clients. image