Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 768 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 768 Bytes

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