Skip to content

A simple Chat App using NodeJS, Express and Socket.io

Notifications You must be signed in to change notification settings

ramzizelfani/simple_chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_chat_app

A simple Chat App using NodeJS, Express and Socket.io, momentjs and vanilla Javascript In order to run this application:

  1. Clone the whole project
  2. Run npm install to install dependencies
  3. Run npm start to start server
  4. Open Browser to http://localhost:3000 and start playing

Simple chat App is Room based chat application that will allow users to connect to a specific room and communicate in real time. This project was developed following a Tutorial published by Brad Traversy on his youtube channel Traversy Media

============== TO DO =====================

  • Add Login/Sigup functionnality
  • Add database (MongoDB) support
  • Add Video/Audio Communication using webrtc
  • Desktop App using Electron

About

A simple Chat App using NodeJS, Express and Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published