Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/organization/boundstone
High Performance / Fast Compilation / Lightweight MCBE Server
https://github.com/organization/boundstone
bedrock-edition fast-compilation high-performance lightweight-mcbe-server mcbe mcbe-server mcbe-server-software mcpe mcpe-server v vlang
Last synced: 3 months ago
JSON representation
High Performance / Fast Compilation / Lightweight MCBE Server
- Host: GitHub
- URL: https://github.com/organization/boundstone
- Owner: organization
- License: mpl-2.0
- Created: 2019-09-02T15:44:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T10:27:23.000Z (over 4 years ago)
- Last Synced: 2024-05-03T08:31:58.034Z (6 months ago)
- Topics: bedrock-edition, fast-compilation, high-performance, lightweight-mcbe-server, mcbe, mcbe-server, mcbe-server-software, mcpe, mcpe-server, v, vlang
- Language: V
- Homepage:
- Size: 113 KB
- Stars: 60
- Watchers: 12
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-v - Boundstone - High Performance / Fast Compilation / Lightweight Minecraft: Bedrock Edition Server. (Applications / Games)
README
# boundstone
Boundstone is a server software for **[Minecraft: Bedrock Edition](https://www.minecraft.net)** written in **[V](https://github.com/vlang/v)**.
Since it is written in V, it has high performance, can be compiled quickly and is lightweight.## How to install?
To build it, you have to install **V**. For this, follow the [instructions](https://github.com/vlang/v#installing-v-from-source) there. After that, run on your terminal
`v run boundstone.v`.
Then you should clone this repository
`git clone https://github.com/organization/boundstone`.
To build and run it, simply type:
`v run boundstone.v`
## License
This project is licensed under **MPL-2.0**. See the [LICENSE](https://github.com/organization/boundstone/blob/master/LICENSE) file for more information.