Synapse: An Open Source Project, with Actual Code, to Create a Peer-to-Peer Micro-Sharing Network
Posted in Kiloblog, Professional, Software | 2 Comments »
Synapse is peer-to-peer micro-sharing.
It is a micro-sharing network, an network where users share short messages, measured in characters, not words, with other users.
Rather than sending messages to a group, a person publishes there message, other people subscribe to those messages. As you subscribe to other users, you begin to see them appear in a stream, a reverse chronological display, with the most recent message from any of the people you follow at top.
Additionally, people can track topics through a real time search of all messages posted by anybody. They can search based on search terms, the sender, people mentioned in the message, and the components of any shared URLs.
I use Twitter. I’ve get notifications from my FriendFeed account. I have an account with Pownce and identi.ca. Micro-sharing web sites are springing up like mushrooms, especially in the enterprise arena, especially in the enterprise arena, where the problems of revenue model and scalability are closer to being solved.
Synapse is a peer-to-peer micro-sharing network. It does not require a web server. People will run a client on their computer. The computer will participate in a distributed database of everyone’s tweets. As people begin to follow each other, and follow each other back, their Synapse instances will connect and share resources, forming a database.
Synapse builds on the implied trust network and makes it explicit; resources are shared based on trust that is enforced by public/private key encryption.
Synapse will give anyone who has the desire to launch a micro-sharing network, in their organization, or open to all comers on the Internet, simply by starting up Synapse on their personal computer, creating a network, and inviting people to join.
Recent Comments