jbillmann / GarageServer.IO

A simple, lightweight, HTML multiplayer game server (and client) for Node.js
MIT License
181 stars 29 forks source link

Option to supply socket.io instead of using global io #24

Open maritz opened 9 years ago

maritz commented 9 years ago

This is especially relevant if you need seperate socket.io connections for garageserver.io and something else.

Also, relying on globals is never good. ;)

(I can make this myself this weekend and send a pull request, if you want)

jbillmann commented 9 years ago

Makes sense.

I'm assuming that you're referring to the GarageServer.IO client?

maritz commented 9 years ago

Yes, the socket.io usage in the client. :-)

jbillmann commented 9 years ago

A pull request would be great!