{"id":18639158,"url":"https://github.com/charconstpointer/glowstone","last_synced_at":"2025-11-04T16:30:34.396Z","repository":{"id":55409039,"uuid":"325163696","full_name":"charconstpointer/glowstone","owner":"charconstpointer","description":"Minecraft server proxy","archived":false,"fork":false,"pushed_at":"2021-02-01T23:44:06.000Z","size":106,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-27T09:29:50.788Z","etag":null,"topics":["downstream-servers","glowstone","minecraft","minecraft-server","minecraft-server-proxy","minecraftjava","multiplex","multiplexer","mux","proxy","server","tcp"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charconstpointer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-29T02:14:35.000Z","updated_at":"2024-02-24T23:27:28.000Z","dependencies_parsed_at":"2022-08-14T23:40:50.603Z","dependency_job_id":null,"html_url":"https://github.com/charconstpointer/glowstone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charconstpointer%2Fglowstone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charconstpointer%2Fglowstone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charconstpointer%2Fglowstone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charconstpointer%2Fglowstone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charconstpointer","download_url":"https://codeload.github.com/charconstpointer/glowstone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239436506,"owners_count":19638327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["downstream-servers","glowstone","minecraft","minecraft-server","minecraft-server-proxy","minecraftjava","multiplex","multiplexer","mux","proxy","server","tcp"],"created_at":"2024-11-07T05:45:44.766Z","updated_at":"2025-11-04T16:30:34.356Z","avatar_url":"https://github.com/charconstpointer.png","language":"Go","readme":"# glowstone 🌟\n\n### glowstone allows other people to join your localhost games 🎢\n\n### if you're familiar with services like https://aternos.org/ you know that queues can get ridicolous\n### with glowstone you can just host your own server and let other people join it via glowstone proxy/tcp mux\n### for now you have to host the proxy yourself, but even smallest vm will suffice which is not true for mc servers\n\n## Try it yourself\n#### Client, this app should be deployed on the same machine as your minecraft server\n```\nm := glowstone.NewMux()\n\n//Tries to connect with the other mux on port 8000\nif err := m.Dial(\":8000\"); err != nil {\n  log.Fatal(err.Error())\n}\n\n//When connection is successfull, we can start receiving packets\nif err := m.Recv(); err != nil {\n  log.Fatal(err.Error())\n}\n```\n#### Server, this usually sits somewhere in the clould or on any other machine exposed to external internet traffic\n```\nm := glowstone.NewMux()\n\n//Listens for other mux to connect, \nif err := m.ListenMux(\":8000\"); err != nil {\n  log.Fatal(err.Error())\n}\n//Listens for other players to connect, after that it handles each connection and forwards it to your minecraft server\nif err := m.Listen(\":9000\"); err != nil {\n  log.Fatal(err.Error())\n}\n```\n\n## Architecture 🏗\n![](https://i.imgur.com/8oID1nK.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharconstpointer%2Fglowstone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharconstpointer%2Fglowstone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharconstpointer%2Fglowstone/lists"}