/LiveChat

Live chat webapp using nodejs

Primary LanguageEJS

Live chat app

About

A simple chat app that uses Socket.io and Express.

Dependencies

Installation

  • Take copy from .env-example and rename to .env
  • Add your own data to .env
npm install

Usage

npm start

Link

Notes

  • Updates will be added soon for this project like:

    • User should add user first before sending message (as now all registered users are friends).
    • User should be able to see their friends list.
    • Authentication should be added soon.
  • This project is for learning purposes only.