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.
- 🧩 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.
git clone https://github.com/ashintv/NexMeet
cd NexMeetcd servernpm installnpm run dev npm run build && npm run start cd ../Websocket-servernpm installnpm run devnpm run build && npm run startcd ../NexAppnpm installnpm run dev