mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
This method does what engine.attach use to do but is now on the instantiated server instance. This makes it possible to create engine.io servers without yet attaching them to any active http server. When creating a project which will server static files/pages alongside engine.io on the same domain/process this makes it easier to separate logic into files without having to pass around the http server.