TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Redstone, a distributed Minecraft server that runs on Node.js

125 pointsby mappumabout 12 years ago

17 comments

kayooneabout 12 years ago
Seriuosly interested, why is Node.js better suited as a gameserver than say C or Java ?<p>What exactly are you doing on the serverside? Is it an authorative setup or are you just passing position messages around (in which cases huge amounts of players wouldnt be suprising) ?<p>Did you reverse engineer minecrafts multiplayer protocol or is this an alternate implementation?<p><i>EDIT</i> just looked it up and it seems like the minecraft network protocol is public, so no reverse engineering needed. It also looks like its not an authorative setup which could cause cheating problems in PvP enviroments down the line
评论 #5458584 未加载
评论 #5458619 未加载
throwaway54-762about 12 years ago
Cool, a distributed minecraft server. But where's the source, or something more technically meaty? "I made a distributed X and here's some screenshots" isn't <i>that</i> interesting alone.
评论 #5458438 未加载
评论 #5458446 未加载
DanielRibeiroabout 12 years ago
Interesting that you guys are applying to YC 13. Note that YCombinator already have invested in a very similar company: Minefold[1].<p>TC had some info on that too[2].<p>[1] <a href="https://minefold.com/" rel="nofollow">https://minefold.com/</a><p>[2] <a href="http://techcrunch.com/2012/03/12/minefold-launch/" rel="nofollow">http://techcrunch.com/2012/03/12/minefold-launch/</a>
评论 #5458948 未加载
w-llabout 12 years ago
This might have come up on HN when it was released, but here it is anyway.<p>A minecraft server written in php.<p>edit: updated repo <a href="https://github.com/shoghicp/PocketMine-MP" rel="nofollow">https://github.com/shoghicp/PocketMine-MP</a>
评论 #5458539 未加载
goughjustinabout 12 years ago
I like the line... "building penises out of dirt right now". Someone should put that on a T-shirt.
评论 #5459252 未加载
Scryptoniteabout 12 years ago
I was going to buy redstone.io for pretty much the same project. I was only late by 15 days. Oh well, such is life. Wish you luck!
评论 #5458922 未加载
pizzeysabout 12 years ago
Do you have any sort of permission or support from Mojang? It might not be a good idea to invest a substantial amount of time in "A Minecraft MMO" without this...
评论 #5458552 未加载
评论 #5458412 未加载
pepijndevosabout 12 years ago
How can it be on the front page of HN without any players in it? Or is that a bug as well? I'm flying around in a near-pristine and empty world.<p>[edit] I dug a hole, fell through, respawned, fell through my own hole. I'm sorry. I'm afraid everyone will fall through it now.
评论 #5462347 未加载
评论 #5461564 未加载
trbsabout 12 years ago
A Minecraft MMO? Would Mojang allow you to do that? Would Redstone still be categorized within the scope of a mod at that point?<p>Either way, I logged on for a bit, and there was no lag whatsoever with a ton of players online. Fascinating stuff.
评论 #5459005 未加载
bitsweetabout 12 years ago
Mojang is already working on a Minecraft MMO [1] - how would this be different?<p>[1] <a href="http://help.mojang.com/customer/portal/articles/1018151-minecraft-realms" rel="nofollow">http://help.mojang.com/customer/portal/articles/1018151-mine...</a>
评论 #5458846 未加载
评论 #5458856 未加载
Chunkrabout 12 years ago
Please tell me you are going to opensource / release this, this would be so awesome for some Minecraft Related projects i'm doing ( Gigantic PVP &#38; RPG Servers ) I just can't go &#62;600 Players w/o lag on a decent E3 Series.
评论 #5462321 未加载
JoshTriplettabout 12 years ago
I've seen lots of work on alternate Minecraft servers; has anyone worked on an open Minecraft client (obviously not named "Minecraft" for trademark reasons, but compatible with the network protocol)?
评论 #5458592 未加载
评论 #5458980 未加载
评论 #5458578 未加载
kbar13about 12 years ago
is there a mailing list or something that I can join, besides the mlist for their far-from-now MMO release so that I can keep up on development?<p>Even more internets for open sourced on github perhaps?
评论 #5458440 未加载
KVFinnabout 12 years ago
Nice.<p>How are people doing this? Are they reverse engineering Minecraft or is the server side fairly straightforward?
mtthwabout 12 years ago
A buggy server for a buggy game. Sounds like an adventure.
thejoshabout 12 years ago
How does this differ from spout except for being in Node?
zachlattaabout 12 years ago
This is super neat!