mixpanel-node
                                
                                 mixpanel-node copied to clipboard
                                
                                    mixpanel-node copied to clipboard
                            
                            
                            
                        Support user provided http agent
Allows us to use keepalive to increase performance
var mixpanel = Mixpanel.init('<YOUR_TOKEN>', {
    protocol: 'https',
    agent: new https.Agent({ keepAlive: true }),
});