Skip to content

Mini chat application which use Node.js, Express and Socket.io technologies to enable users send and receive messages and save these messages into file.

Notifications You must be signed in to change notification settings

eazariDev/mini_chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Mini chat application

A mini chat application built using Node.js, Express, and Socket.io that allows users to send and receive messages between different users and stores message data in a file.

Register and Login

Before users can use the chat to send and receive, they have to register with a username and a password. After that they can use their username and password to login and use this app.

image

Entering the chat

After successfully login, user now can send and see others messages. also he can see which users are online. Note that the chat section only shows the last 10 new messages and it deletes older messages.

image

list of all/online users

There are two api's which developed to get list of users and online users which can be find at:

  • http:localhost:9000/api/users image

  • http:localhost:9000/api/online-users image

About

Mini chat application which use Node.js, Express and Socket.io technologies to enable users send and receive messages and save these messages into file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published