ironbane / IronbaneServerLegacy

A 3D MMO written using pure javascript.
http://www.ironbane.com/
GNU General Public License v3.0
175 stars 44 forks source link

Performance - Investigate SocksJS #292

Open bsparks opened 10 years ago

bsparks commented 10 years ago

been reading a lot lately that socket.io has major performance issues and socksjs seems to be the way to go instead.

consider / prototype switching to socksjs (some claims said socket.io takes 90% cpu)

LunaSolVT commented 10 years ago

Question: would Node.js be of any use? I was considering looking into it for my own project, but if SocksJS is better...

nickjanssen commented 10 years ago

Node.js is the actual server franework we use. Has nothing to do with the sockets system, rather SocksJs or Socket.IO is a module we use within Node.js.

LunaSolVT commented 10 years ago

Aaaaaah. Okay. I see now. :)


From: Nick Janssen notifications@github.com To: ironbane/IronbaneServer IronbaneServer@noreply.github.com Cc: DatapawWolf arthasthelichking@sbcglobal.net Sent: Tuesday, November 12, 2013 2:48 PM Subject: Re: [IronbaneServer] Performance - Investigate SocksJS (#292)

Node.js is the actual server franework we use. Has nothing to do with the sockets system, rather SocksJs or Socket.IO is a module we use within Node.js. — Reply to this email directly or view it on GitHub.

ingmargoudt commented 10 years ago

how does socksjs integrate with expressjs?