socket property

Socket socket
final

Socket.IO connection to the sync server.

Should be connected before calling start(). The sync engine listens for 'sync:bootstrap', 'sync:changes', and 'connect' events.

Implementation

final Socket socket;