Skip to content

jl2397/chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatapp

Simple NodeJS Real-Time Chat Application

Uses JavaScript's Socket.IO library for text communication between different users. Current features include:

  • Sending text messages from one user to another
  • Support for usernames
  • Message notification when a new message is received in an unopened chat
  • Typing indicator in the active/open chat when the sender is typing a message

Possible areas of improvement:

  • Creating a login system
  • Storing the messages on a database instead of locally
  • Improving the UI

About

Simple NodeJS Beginner Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published