Allocam is a real-time camera and streaming application designed for secure and responsive live video interactions. Built with Vite, Node.js, and Socket.IO, Allocam ensures minimal delay and a user-friendly interface.
Try out the live demo: Allocam Demo
Frontend | Backend | Deployment |
---|---|---|
allocam/
βββ client/ # Frontend (Vite + React)
βββ server/ # Backend (Node.js + Express + Socket.IO)
Clone the repository
git clone https://github.com/codernotme/allocam.git
cd allocam
Install Dependencies
cd client
npm install
cd ../server
npm install
Start the Backend Server
cd server
node index.js
The server runs on http://localhost:3000
by default.
Start the Frontend Development Server
cd ../client
npm run dev
Access the frontend at http://localhost:5173
.
http://localhost:3000
.Contributions are welcome! Hereβs how you can get involved:
git checkout -b feature/YourFeature
).git commit -m 'Add new feature'
).git push origin feature/YourFeature
).Check the issues page for any open issues or to report new ones.
This project is licensed under the MIT License. See the LICENSE file for more information.
Thank you for using Allocam! If you enjoy this project, please consider giving it a star π