GithubHelp home page GithubHelp logo

angeloanan / bmap-server Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 63 KB

๐Ÿ—พ | External Web Server for BlueMap

License: GNU General Public License v3.0

Rust 100.00%
bluemap minecraft minecraft-plugin minecraft-server minecraft-bluemap

bmap-server's Introduction

wakatime

BlueMap Server

A simple external web server for BlueMap.

The motivation of this project is to provide a simple but robust solution on serving BlueMap's live data to multiple clients.

Usage

Download the latest release from the releases page.

Allow the app to be runnable by chmod +x bmap-server.

Run the app with the path to your BlueMap data directory as an argument:

$ ./bmap-server /path/to/bluemap/data

You can also use the --help flag to get a list of all available options:

$ bmap-server --help
Usage: bmap-server [OPTIONS] <BLUEMAP_DIR>

Arguments:
  <BLUEMAP_DIR>  Path to Bluemap's data directory

Options:
      --host <HOST>                  Host to listen [default: 0.0.0.0]
  -p, --port <PORT>                  Port to listen [default: 31283]
      --bluemap-host <BLUEMAP_HOST>  Bluemap's Live Server host [default: 127.0.0.1]
      --bluemap-port <BLUEMAP_PORT>  Bluemap's Live Server port [default: 8100]
      --tls-cert <TLS_CERT>          TLS certificate file - If not provided, server will run without TLS
      --tls-key <TLS_KEY>            TLS key file - If not provided, server will run without TLS
  -h, --help                         Print help
  -V, --version                      Print version

Building

This project uses Rust and Cargo.

You do not need to have OpenSSL installed to build the project as the project uses the rustls crate to provide TLS support.

To build the project, clone the repository and run cargo build.

Contributing

Contributions are welcome, though not expected and not guaranteed to be merged; this is a personal project after all.

Feel free to fork and adapt this project to your needs.

bmap-server's People

Contributors

angeloanan avatar

Stargazers

Zeeta:) avatar Storm avatar Noel Towa avatar BAGUS BUDI SATOTO avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.