Original author(s) | Evan Prodromou |
---|---|
Developer(s) | E14N |
Stable release |
1.0.0 / 27 August 2016
|
Repository | github |
Written in | JavaScript / Node.js |
Operating system | Cross-platform |
Type | Web application framework |
License | Apache License, Version 2.0 |
Website | pump.io |
Pump.io (pronounced "pump eye-oh") is a general purpose activity streams engine that can be used as a federated which "does most of what people really want from a social network". Started by Evan Prodromou, it is a follow up to StatusNet;Identi.ca, which was the largest StatusNet service, switched to pump.io in June 2013. However, while StatusNet offered functionality similar to Twitter, pump.io offers much more general purpose social networking, and is being adopted by other types of web applications, such as MediaGoblin.
Designed to be much more lightweight and efficient than its StatusNet predecessor, Pump.io is written in Node.js and uses Activity Streams as the format for commands and to transfer data via a simple REST inbox API.
Pump.io requires:
Pump.io can run easily on low-resource hardware (such as a Raspberry Pi or BeagleBone Black). It can be used via the Web UI, or other clients via the API.
As a distributed social network, Pump.io is not tied to a single site. Users across servers can subscribe to each other, and if one or more individual nodes go offline the rest of the network remains intact.
Features that were present in StatusNet are still (as of March 2014) not implemented in Pump.io, such as Groups,hashtags and page listing popular posts.