Server Connections

Server Connections

Documentation on how to use Meteor's client-server connection.

These functions manage and inspect the network connection between the Meteor client and server.

Client
Meteor.status()
import { Meteor } from 'meteor/meteor' (ddp-client/livedata_connection.js, line 1058)

Get the current connection status. A reactive data source.

This method returns the status of the connection between the client and the server. The return value is an object with the following fields:

connectedBoolean