Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codemaker46/codebuddy
Real time collaborative code editor with real-time group voice communication
https://github.com/codemaker46/codebuddy
nodejs reactjs socket-io tailwindcss
Last synced: 3 days ago
JSON representation
Real time collaborative code editor with real-time group voice communication
- Host: GitHub
- URL: https://github.com/codemaker46/codebuddy
- Owner: CodeMaker46
- Created: 2024-12-22T20:42:39.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-12T18:52:08.000Z (14 days ago)
- Last Synced: 2025-01-12T19:37:06.156Z (14 days ago)
- Topics: nodejs, reactjs, socket-io, tailwindcss
- Language: JavaScript
- Homepage: https://code-buddy-psi.vercel.app/
- Size: 187 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeBuddy
CodeBuddy is a real-time collaborative coding platform that enables developers to code together, communicate through voice chat, and utilize an interactive whiteboard for better collaboration.
## Features
- 🤝 Real-time code collaboration
- 🎨 Interactive whiteboard
- 🎤 Voice chat functionality
- 💻 Multi-language support
- 🔄 Live code execution
- 👥 Real-time user presence
- ⌨️ Live typing indicators
- 📋 Room ID sharing functionality## Tech Stack
### Frontend
- React
- Vite
- Socket.IO Client
- Monaco Editor
- Tailwind CSS
- React Router DOM### Backend
- Node.js
- Express
- Socket.IO
- WebSocket (ws)## Prerequisites
- Node.js (v14 or higher)
- npm (v6 or higher)## Installation
1. Clone the repository
```bash
git clone https://github.com/codemaker46/codebuddy.git
cd codebuddy