io.on('connection', (socket) => { console.log('a user connected');
app.get('/', (req, res) => { res.send('Talisman Online Server is Running'); }); how to make talisman online private server
const db = mongoose.connection;
const mongoose = require('mongoose');