https://github.com/bigeasy/synapse
Peer-to-peer micro-sharing.
https://github.com/bigeasy/synapse
Last synced: about 1 month ago
JSON representation
Peer-to-peer micro-sharing.
- Host: GitHub
- URL: https://github.com/bigeasy/synapse
- Owner: bigeasy
- License: mit
- Created: 2012-02-10T22:58:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-24T04:23:29.000Z (almost 12 years ago)
- Last Synced: 2025-03-04T11:02:59.892Z (about 2 months ago)
- Language: Shell
- Homepage: https://www.prettyrobots.com/synapse
- Size: 90.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Synapse
A peer-to-peer micro-sharing network server.
# Notes
```console
$ for dir in chromium npapi peer; do \
$ (cd $dir && git remote add writable [email protected]:bigeasy/synapse.git ); \
$ done
```