An open API service indexing awesome lists of open source software.

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

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)).