Web simple realtime chat application
- Pinia - State manager
- socket.io-client - socket.io for client side realtime plugin
nodejs + Expressjs
- mysql2 - sql
- socket.io - realtime plugin
use layered architecture
- Config app url Just search any url & change it by your self
- 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