Website is live and hosted at streamly-ytx
streamly-ytx-edited.mp4
β
100% Free and Open Source
β
100% Encrypted
β
100% Private
β
0% Personal Data stored
Caution
Users must enter a username and unique room number before sharing it with others. This ensures a secure and exclusive real-time communication session.
Note
- During a live call, users can switch their camera without any interruptions based on their devices, allowing for a flexible and smooth experience.
- Users have the ability to mute themselves or disconnect from the call at any time, giving them full control over their communication.
- If a user disconnects, they can easily rejoin the room. Simply send a request to rejoin, and once approved by the connected peer, the communication can resume without any disruption.
Important
Each user has the reload stream option available in their chat room, which enables both users to connect for real-time communication. In case the stream doesn't load, use the above option.
The repo contains two directories, client and server, and you can use the project by installing the npm packages in both of the respective directories.
You know what's absolutely free?
- Leaving a β star
- π΄Forking the repository
- No hidden fees, no subscriptions β just pure open-source love!
Run the following command only if you are outside both the client and server directories.
npm install --prefix ./server && npm i --prefix ./client
npm run --prefix ./server dev && npm run --prefix ./client dev
Or simply follow the given command only if you are inside either the client or server directory.
npm install
npm run dev (for development server)
npm run dev
# or
yarn add
yarn dev
# or
pnpm dev
npm run build (for Production)
npm run preview (To View Production Server )
Open http://localhost:5173 in your browser to see the result.
Pleasure contributing πΆοΈ
Aryan Kalra
Run the following command only if you are outside both the client and server directories.
npm install --prefix ./server && npm i --prefix ./client
npm run --prefix ./server dev && npm run --prefix ./client dev
Or simply follow the given command only if you are inside either the client or server directory.
npm install
npm run dev (for development server)
npm run dev
# or
yarn add
yarn dev
# or
pnpm dev
npm run build (for Production)
npm run preview (To View Production Server )
Pleasure contributing πΆοΈ
Aryan Kalra