Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ashintv/NexMeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 NEXMEET

Transforming Connections Into Limitless Possibilities

Last Commit Top Language Languages Count


🛠 Built With

Express JSON Markdown npm Mongoose JavaScript React Docker TypeScript Zod Vite ESLint Axios React Hook Form


📌 Overview

NexMeet is a real-time video conferencing & collaboration platform designed for speed, scalability, and simplicity.
It features WebSocket-powered communication, LiveKit video calls, Dockerized deployment, and a modern frontend stack.


💡 Features

  • 🧩 Modular Architecture — Reusable components & well-structured code.
  • 🌐 Real-Time Communication — WebSocket-based instant chat, drawing, and updates.
  • 🎥 Video Conferencing — Powered by LiveKit for HD video/audio.
  • 🐳 Dockerized Setup — Run anywhere, quickly.
  • ⚙️ Modern Tooling — TypeScript, Vite, Tailwind, ESLint.

📥 Installation

1️⃣ Clone repository

git clone https://github.com/ashintv/NexMeet
cd NexMeet

2️⃣ Backend (Express Server)

cd server
npm install

Development

npm run dev        

Production

npm run build && npm run start   

3️⃣ WebSocket Server

cd ../Websocket-server
npm install
npm run dev

OR

npm run build && npm run start

4️⃣ Frontend (React + Vite)

cd ../NexApp
npm install
npm run dev

About

Video conferencing appliaction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages