Bekhx /
chat_app
🔴 This is a real time chat application built with Node.js, Express.js, Typescript, PostgreSQL, Redis.
Loading repository data…
perkzen / repository
This is a basic messenger web chat application. Where you can send private messages to online users. For this application is used sockets for sending messages, express for backend server with mongodb for saving data and on the frontend I used React with Next.js for search engine optimization.

This is a basic messenger web chat application. Where you can send private messages to online users. For this application is used sockets for sending messages, express for backend server with mongodb for saving data and on the frontend I used React with Next.js for search engine optimization.
First you need to install all necessary packages on the frontend and backend:
cd frontend
npm i
cd backend
npm i
After that create a .env file in the backend folder, it should look something like this.
DATABASE_URL=mongodb+srv://<username>:<password>@cluster0.oop39.mongodb.net/<collection-name>?retryWrites=true&w=majority
PORT=5000
To start the application you need to run the frontend and backend server with the following commands.
cd frontend
npm dev
cd backbend
npm dev
If everything works correctly you should get these two outputs in your terminal windows.
For frontend:
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
event - compiled client and server successfully in 553 ms (307 modules)
For backend:
Server is running on port 5000
MongoDB database connection established successfully
NodeJS version: 14.18.1
Express version: 4.17.2
ReactJS version: 17.0.2
Typescript version: 4.5.5
Next version: 12.0.8
Selected from shared topics, language and repository description—not editorial ratings.
Bekhx /
🔴 This is a real time chat application built with Node.js, Express.js, Typescript, PostgreSQL, Redis.
CodeWith-HAMZA /
This project is a real-time chat application built with Node.js, Express, and Next.js. It supports both one-to-one private chats and group chats, providing a smooth and interactive messaging experience. The application uses WebSockets for real-time communication and Tailwind CSS for modern.
FLAME-God /
I have developed an Chat Application . In this application i have used Postgresql as Database express as auth server and websocket as messeging server and frontend server side is react language is TypeScript in node
CrgioPeca88 /
This is a chat application in Angular with the socket.io library, webpack 4, typescript, and express.js.
Dhanasaitholeti /
This is a real time chat application built using the Reactjs,express js,socketio and postgresDb
ahadnawaz585 /
This is a simple chat application built with Express.js, Socket.io, and TypeScript for real-time communication between multiple users.