Skip to content

Yukie-Billal/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

Web simple realtime chat application

Tech stack

Front end. vite + vuejs 3

  • Pinia - State manager
  • socket.io-client - socket.io for client side realtime plugin

Backend

nodejs + Expressjs

  • mysql2 - sql
  • socket.io - realtime plugin

architecture

use layered architecture

local development ecosystem

  1. Config app url Just search any url & change it by your self
  2. setting databases Import database structure

use npm Chat app (frontend)

cd chat-app
npm install
npm run dev

Server api

cd socket
npm install
# nodemon or use node instead
nodemon ./index.js

About

Web chat application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published