Heroku Minecraft WebSocket Tunnel Client
August 14, 2014 ยท View on GitHub
This code was extracted from https://github.com/jacobwgillespie/heroku-minecraft. Now you can connect to a minecraft server running on heroku without cloning all the heroku-minecraft repo.
Usage
-
Install
npm install hmwtc -
Run the proxy service. This will proxy the Minecraft server on Heroku to your local machine. The server will appear to be a Minecraft server running on your local machine.
hmwtc my-app-name.herokuapp.com -
Leave the terminal window open and launch Minecraft. Add a new server with the address
localhost. Hit connect and play! When you're done playing, close the terminal window.
Credits
Much of the original Heroku setup by Jacob Gillespie.
Updates, refactoring, and the WebSockets proxying by Wil Gieseler.