- Description :
- Chat App use socket method to realtime Comunication with multiple users in room
-
Source
-
Module Instaler (dependencies)
- express
- socket.io
- nodemon (devDependencies)
- Bad words (Filtering Bad Words)
-
UI (Template)
-
Practical
- Use Library socket event, socket room to realtime comunication
- Manipulate Dom site event
-
How to Use this project?
-
clone this Repo
https://github.com/Ekhel/Chat-App-Nodejs.git -
Node Initialize (Install dependencies)
npm install
-
Run App (Dev)
npm run dev -
Run App (Deploy Production)
npm run start -
LogIn use username
-
Specify a room name
-
JOIN
-
if u use the another browser to test the app
-
please enter the same room name above
-