const ServerManager = require('./server-manager'); // Create a single shared instance const sharedServerManager = new ServerManager(); module.exports = sharedServerManager;