Private messaging with Socket.IO

I have followed the official documentation from socket io.

Running the frontend

npm install
npm run serve

Running the server

cd server
npm install
npm start