Simple web application that allows real-time messaging using socket.io and Vue.js
- Join with username.
- Send and receive messages in real time.
- Counter about number of connected users.
- "Someone is writing" text.
- Search between connected users.
You can find the backend of this web app in: https://github.com/Jhomalex/chatsocketio-api
git clone https://github.com/Jhomalex/chatsocketio-web
cd chatsocketio-web
npm install
npm run serve
This will auttomatically open http://localhost:8080