Introduction:
A common library to synchronizing streams in net. It's easy to use this to broadcast messages or upload files reliably to multiple machines distributed in different locations.
Sync Mode
Pipeline:
---> --->
A B C
<--- <---
Parallel:
--->
B
<---
A
--->
C
<---
Feature:
Multiple synchronizing mode: parallel and pipeline, etc
Asynchronous IO: fast speed
Atomic: option to guarantee the data is synchronized to all target machines
Flexibility: user can use this simply to implement his own logic. It can also integrate with other communication framework easily.
Follow stream-sync
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of stream-sync!