Skip to content

Simple web application that allows real-time messaging using socket.io and Vue.js

Notifications You must be signed in to change notification settings

Jhomalex/chatsocketio-web

Repository files navigation

Realtime chat frontend

Simple web application that allows real-time messaging using socket.io and Vue.js

Features

- Join with username.
- Send and receive messages in real time.
- Counter about number of connected users.
- "Someone is writing" text.
- Search between connected users.

Backend

You can find the backend of this web app in: https://github.com/Jhomalex/chatsocketio-api

Getting started

Clone the project

git clone https://github.com/Jhomalex/chatsocketio-web

Enter the project directory

cd chatsocketio-web

Install dependency

npm install

Develop

npm run serve

This will auttomatically open http://localhost:8080

About

Simple web application that allows real-time messaging using socket.io and Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published