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.
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.
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.
There are two api's which developed to get list of users and online users which can be find at:



