This is a simple Node.js server and client code for the ComputerCraft Minecraft mod, which shows how they can communicate with each other.
- Clone this repo, then run the server code (install Node.js, then run
node index)- This has to run behind a domain and be available in the clearnet
- Default port is
1337, change it at the top ofindex.js
- To install the client-side program in Minecraft, use this command in a computer:
pastebin get cpnZfbu2 httptest - Run
edit httptestand change the variables at the top to match your setup- Changing
reqBodto a number will make the server return the factorial of the number - Changing
reqBodto a string will make the server encode your entered text with base64 and return it - Removing
reqBodcompletely or entering an invalid value will make the server respond with its current time
- Changing
- Run the command
httptestin game to execute the client-side program
This code is licensed under the MIT license