Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 372 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 372 Bytes

HTTP proxy for Discord J2ME

Discord API proxy which reduces data transfers by up to 90% by not sending data that the Discord J2ME client doesn't use.

Installation

  1. Install Node.js.
  2. Open a terminal in this directory and run npm i.
  3. If you want to use a different port, change the PORT variable near the top of index.js.
  4. Run node . to start the server.