swarm
Sync library
A JavaScript library for implementing real-time data synchronization and collaboration in distributed systems
JavaScript replicated model (M of MVC) library
3k stars
99 watching
98 forks
Language: JavaScript
last commit: 25 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
immutable-js/immutable-js | A library providing persistent and immutable data structures to improve application development simplicity and efficiency | 32,954 |
mgechev/javascript-algorithms | Implementations of computer science algorithms in JavaScript. | 7,838 |
derbyjs/derby | An MVC framework designed to build real-time collaborative applications | 4,723 |
creationix/js-git | A JavaScript implementation of Git, providing tools and libraries to help developers work with version control systems in various environments. | 3,834 |
aws/aws-sdk-js-v3 | A modularized JavaScript SDK for interacting with Amazon Web Services | 3,121 |
mafintosh/webrtc-swarm | Enables peer-to-peer communication using WebRTC and facilitates discovery and connection brokering through a central hub. | 382 |
spine/spine | An MVC framework that provides structure and simplicity for building JavaScript web applications | 3,662 |
trekhleb/javascript-algorithms | This repository provides JavaScript implementations of fundamental algorithms and data structures. | 188,456 |
rematch/rematch | A state management library for JavaScript applications that reduces Redux boilerplate and enforces best practices. | 8,473 |
facebook/relay | A framework that simplifies data-driven React applications by abstracting away imperative API interactions and providing GraphQL-based query management. | 18,414 |
humanwhocodes/computer-science-in-javascript | A collection of classic computer science paradigms and algorithms implemented in JavaScript | 9,065 |
parallel-js/parallel.js | A utility library for parallel computing in JavaScript, utilizing Web Workers and child processes to simplify concurrent execution of tasks. | 3,235 |
mjavascript/practical-modern-javascript | A book series on modern JavaScript development focusing on modularity and ES6 features. | 3,087 |
balderdashy/sails | A web framework for building Node.js applications with real-time features and enterprise-grade support | 22,848 |
matt-esch/virtual-dom | A JavaScript library for efficiently rendering and updating web applications by creating a virtual DOM tree | 11,669 |