Private messaging with Socket.IO Please read the related guide: Part I: initial implementation Part II: persistent user ID Part III: persistent messages Part IV: scaling up Running the frontend npm install npm run serve Running the server cd server npm install npm start