mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2026-09-27 01:00:28 +03:00
Sits between the game (client) and pumpnet (server) translating the game's native protocol to more managable http requests. Encryption and decryption is also taken care off to remove that burden from the server side. This makes http requests as generic as "game version X is sending some data. here, go and figure out what to do" on the server side.