hmwtc
v0.0.3
Published
heroku-minecraft-websocket-tunnel-client
Downloads
1
Readme
Heroku Minecraft WebSocket Tunnel Client
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.