Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cuberite support (Lua) #98

Open
satoshinm opened this issue Jul 8, 2017 · 2 comments
Open

Cuberite support (Lua) #98

satoshinm opened this issue Jul 8, 2017 · 2 comments

Comments

@satoshinm
Copy link
Owner

https://github.com/cuberite/cuberite is a server written in C++ and seems to be more active than Glowstone at least recently by GitHub commit notifications:

screen shot 2017-07-07 at 6 23 12 pm

it is also in a language not too far from NetCraft (C vs C++), instead of something completely different (Glowstone and Bukkit are Java, and so is #51 Sponge). The rise of Cuberite's prominence cannot be ignored, I believe it is worthwhile investigating it as a server backend with something like WebSandboxMC.

The problem of course is WebSandboxMC is only written in Java, so this would require a rewrite. Cuberite has Lua plugins, but could "plugins" or other extensions be written in C/C++? As another "protocol backend" to Cuberite, which already supports many protocols? What's the best approach?

@satoshinm
Copy link
Owner Author

@satoshinm satoshinm changed the title Cuberite support Cuberite support (Lua) Jul 10, 2017
@satoshinm
Copy link
Owner Author

LuaRocks https://luarocks.org is the Lua package manager, it does have packages for websockets: https://luarocks.org/modules/moteus/lua-websockets-core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant