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.

Minecraft server built in Node.js

48 pointsby chapelover 14 years ago

6 comments

ludwigover 14 years ago
You linked to a fork of the original project <a href="http://github.com/nornagon/nodecraft" rel="nofollow">http://github.com/nornagon/nodecraft</a>
评论 #1847227 未加载
andrewgodwinover 14 years ago
Even more impressively, this appears to be for the new protocol version - the new protocol is significantly harder to implement a server for than the old one (I say this having written custom servers for both in Python), and requires, among other things, a full lighting implementation in the server.<p>I'd be curious to see how this compares to the Java one for speed (and some other SMP servers that are springing up) - it's quite difficult to store an infinite size map efficiently in memory and still keep good random access times.
daredevildaveover 14 years ago
They might want to switch that to the UDP server ( dgram ) Networked games over TCP is not usually recommended: <a href="http://gafferongames.com/networking-for-game-programmers/udp-vs-tcp/" rel="nofollow">http://gafferongames.com/networking-for-game-programmers/udp...</a>
评论 #1847759 未加载
评论 #1847308 未加载
评论 #1847595 未加载
abronteover 14 years ago
This is pretty awesome, can't wait to try it out. The current minecraft server is such a memory hog and can be sort of hard to run a decent server on a small VPS. I wonder how this version compares.
FrancescoRizziover 14 years ago
For a sec, I thought it said "Node.js built in Minecraft" and didn't even find it a bit weird...
robinduckettover 14 years ago
I knew this was coming..