Skip to content

k-nero/chat-engine

Repository files navigation

Realtime chat server

Table of Contents

Click to expand

Introduction

Realtime chat server is a part of the project Realtime chat app

Tech Stack

Features

The website provides basic features such as:

  • Realtime chat
  • Login account
  • Search for friends

Installation and Usage

To run this project, you first need to install Node.js and Git on your computer. Then, follow these steps:

  1. After cloning this repository, navigate to the project directory
cd chat-engine
  1. Install dependencies and wait for the installation to finish
npm install
  1. Run the project
npm start
  1. Open your browser and go to https://localhost:5000
  • Note: check out .env.example file to see the environment variables

Gallery

home-page
login-page
admin-dashboard

License

License: MIT

References

Releases

No releases published

Packages

No packages published