Skip to content

The First NPM Package for Real-Time Project Synchronization!

License

Notifications You must be signed in to change notification settings

AbuZhuma/yuno-mfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-mfs

Quick Start

  1. Create a new Yuno room:
npx yuno create -r [room-name]
  1. Initialize your configuration:
npx yuno init -r [room-name] -p [password] -u [username]
  1. Start collaborating:
npx yuno start

Core Technology

  1. P2P Network: Developers connect directly without central servers
  2. Automatic Sync: Code changes propagate in real-time
  3. Conflict Resolution: Last-write-wins policy based on timestamps
  4. 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.

About

The First NPM Package for Real-Time Project Synchronization!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published