This is a minecraft server fully written in Golang using go-mc(https://github.com/Tnze/go-mc) lib (minecraft protocol implemitaion) It's not ready yet, so checkout this repo for the latest updates!
git clone github.com/wildrun0/Minecraft-golang-server
go get -u github.com/Tnze/go-mc@master
go run .
- ????
- PROFIT!!!!
So, the thought is simple - golang is fast.
- Chat messaging
- Chat commands (/ban, /kick and etc.)
- Player movement
- Worlds generation (probably the most hardest)