Skip to content

A full-stack real-time chat application built using NodeJS.

Notifications You must be signed in to change notification settings

Ilmfathima/My-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

My-Chat-App

This is a full-stack real-time web application built using Node.js.

"Chat Engine" used as the Chat Tool. https://chatengine.io/

You might need the following installation packages to run the front-end of this app.

To set up the development environment

npm create vite@latest

Go to your frontend folder

cd frontend

To install package

npm install

To install the promise based HTTP client for the browser and node.js

npm install axios

To install the React library used for building the chat application

npm i react-chat-engine-advanced

For an aesthetically pleasing chat application

npm install react-chat-engine-pretty

To view your app

npm run dev    

For reference https://www.npmjs.com/package/react-chat-engine-advanced

About

A full-stack real-time chat application built using NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published