Skip to content

Ekhel/Chat-App-Nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App With Node and socket.io


socket room, socket event (socket.io)

  • 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

About

Practical Chat-app Nodejs & socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors