Why build on StatusNet?
From StatusNet
| This section is incomplete. You can help by expanding it. |
Recently there has been a rush to build FAIF social web applications that are federated and provide autonomy to the user. There are good reasons why anyone looking to implement a federated social networking software should build on StatusNet rather than start from scratch.
- StatusNet implements the OStatus federation protocol which can be used for more than just status updates, anything that can be made an atom entry
- It already implements everything that a typical social networking software should. Users, Groups, tags, people tags etc.
- It is built to be scalable with caching and other smartness in speed determining places
- You could accomplish a lot just by changing the structure and view of the Notice object to be more than just a microblog message
- Other things you get for free:
- An awesome plugin system
- An API framework, if you want to use it
- XMPP & chat interfaces (can be used to feed big consumers like search engines & with hacks, for federation)
- Feeds (Atom, RSS 1.0, 2.0) FAOF
- An already huge userbase you can instantly connect your servers with
More notes.
- Evan's take on this :)
- @ianmcorvidae will be implementing a last.fm clone (but federated) on StatusNet using the plugin infrastructure, this is a GSoC 2010 project. That should be your proof of concept. ;)
- a rant on implementing anything on StatusNet (needs reviewing, but gives a good idea about how awesome StatusNet is)