Files
socket.io/examples/private-messaging/README.md
2021-02-10 00:33:39 +01:00

546 B

Private messaging with Socket.IO

Please read the related guide:

Running the frontend

npm install
npm run serve

Running the server

cd server
npm install
npm start