yuno-mfs
v1.0.14
Published
Yuno — Multi File Systems
Maintainers
Readme
Yuno - Real-Time Project Synchronization
Yuno is the first NPM package for real-time peer-to-peer project synchronization, enabling teams to code together like Google Docs but for entire projects. Yuno lets you know what your team is building - as they build it.
Features
- Real-time P2P synchronization of code, dependencies, and console output
- No manual merges - changes sync automatically between collaborators
- End-to-end encryption protects your code
- Universal file support - works with any file type across IDEs and editors
- Zero configuration setup
Installation
npm install yuno-mfsQuick Start
- Create a new Yuno room:
npx yuno create -r [room-name]- Initialize your configuration:
npx yuno init -r [room-name] -p [password] -u [username]- Start collaborating:
npx yuno startCore Technology
- P2P Network: Developers connect directly without central servers
- Automatic Sync: Code changes propagate in real-time
- Conflict Resolution: Last-write-wins policy based on timestamps
- Encrypted Connections: Your data stays private
Use Cases
- Pair programming without VSCode Live Share
- Hackathons with distributed teams
- Real-time coding education
- Collaborative open-source development
- Any file-based collaboration
Why Choose Yuno?
🔒 Military-Grade Security: End-to-end encrypted connections
⚡ Blazing Fast: Direct P2P connections with no middleman delays
🌐 Universal Support: Works with any files across all platforms
🚀 Zero Configuration: Get started in seconds
Comparison to Alternatives
Unlike cloud-based tools (Google Drive, Dropbox) or editor-specific solutions (Live Share), Yuno offers:
- True P2P architecture with no file size limits
- Cross-platform compatibility
- Instant change propagation
- No subscription fees or account requirements
Links
License
You are granted a non-transferable, non-exclusive right to use this software only for personal or internal business purposes.
© 2025 Yuno-mfs. All rights reserved.
