开源软件名称(OpenSource Name):McEx/McEx开源软件地址(OpenSource Url):https://github.com/McEx/McEx开源编程语言(OpenSource Language):Elixir 81.6%开源软件介绍(OpenSource Introduction):McExMcEx is a Minecraft server written in Elixir and Rust. All the networking and logic is implemented in Elixir, while the low level chunk data handling is done in Rust. It is written with distribution in mind. It will take advantage of all cores on the machine by default. In the future it should be possible to offload the computationally heavy parts (like chunk generation, chunk servers, even anticheat) to other machines, while keeping the core parts that require more swift communication on a single machine. Features:
Built on:
Installation:# install elixir and other dependencies
sudo dpkg -i <(curl https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb)
sudo apt-get update
sudo apt-get install esl-erlang elixir file git libssl-dev
# install rust
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh
multirust update nightly-2016-04-05
# get the project sources
git clone git://github.com/mcex/mcex
cd mcex
mix deps.get
# run the server in an interactive session
iex -S mix |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论