Discord API proxy which reduces data transfers by up to 90% by not sending data that the Discord J2ME client doesn't use.
- Install Node.js.
- Open a terminal in this directory and run
npm i
. - If you want to use a different port, change the
PORT
variable near the top of index.js. - Run
node .
to start the server.