Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylertreat/zinc
Real-time distributed messaging and document synchronization.
https://github.com/tylertreat/zinc
Last synced: 4 days ago
JSON representation
Real-time distributed messaging and document synchronization.
- Host: GitHub
- URL: https://github.com/tylertreat/zinc
- Owner: tylertreat
- Created: 2013-05-03T19:02:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-08T20:26:54.000Z (over 11 years ago)
- Last Synced: 2023-04-10T00:06:54.436Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 172 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zinc
====Real-time distributed messaging and document synchronization.
Two implementations:
- ZeroMQ - relies on the native ZeroMQ library for fast, real-time communication.
- JeroMQ - relies on the pure Java implementation of ZeroMQ, no native linking required.