mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
- Moved all the logic into a reusable class. - Minimize globals by only exposing `client` and `create` - Separate `http.Agent` per clients so that we can terminate all sockets at once. - Implemented `create` to easily spawn a socket.io server for a given client.