Server
Meteor.onConnection(callback)
import { Meteor } from 'meteor/meteor'
Source Register a callback to be called when a new DDP connection is made to the server.
Arguments
- callback Function
-
The function to call when a new DDP connection is established.
Please login to continue.