PrismarineJS / prismarine-server

NodeJS Game Server compatible with Minecraft Client
http://prismarinejs.github.io/
MIT License
26 stars 6 forks source link

Add browserify support #16

Open wtfaremyinitials opened 9 years ago

wtfaremyinitials commented 9 years ago

Could be fun to have people running servers and clients in the browser, players could ultimately connect with WebRTC.

dcbartlett commented 9 years ago

if we do this, i think it should just be a vanilla based server, very limited in its capabilities. The host may not have a beefy enough machine to run a client and the server at the same time if too many people connect.

roblabla commented 9 years ago

The notchian minecraft client already runs a local server.

dcbartlett commented 9 years ago

right, but thats on the pc, and most people don't "share" that one, they use real servers. WebRTC is going to tax the system much more heavily than a pre-built java runtime. At least thats just my opinion.