https://github.com/luizppa/nether-portal-api
AWS hosted minecraft server controller
https://github.com/luizppa/nether-portal-api
aws-cli aws-ec2 minecraft-api nodejs
Last synced: 4 months ago
JSON representation
AWS hosted minecraft server controller
- Host: GitHub
- URL: https://github.com/luizppa/nether-portal-api
- Owner: luizppa
- Created: 2020-06-15T01:12:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:29:52.000Z (over 3 years ago)
- Last Synced: 2025-07-21T16:46:13.423Z (11 months ago)
- Topics: aws-cli, aws-ec2, minecraft-api, nodejs
- Language: JavaScript
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nether Portal API
## About
This node API connects to a minecraft server hosted strictly on a [AWS EC2 instance](https://aws.amazon.com/pt/ec2/) using the [AWS node SDK](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/EC2.html) and [this minecraft protocol package](https://github.com/PrismarineJS/node-minecraft-protocol).
If you are interested in running your own minecraft AWS server instance to communicate with this API, please, contact the owner of this repository.
## Start Development Server
After cloning the repository run ```npm install``` to install dependencies, then run ```npm start``` to run a Node Development server at localhost:3000 (by default).
## Contribute
Bug reports, suggestions and pull requests are welcome (please [create an issue](https://github.com/LuizPPA/nether-portal-api/issues/new)).