Jump to content

pump.io

From Wikipedia, the free encyclopedia
pump.io
Original author(s)Evan Prodromou et al.
Developer(s)E14N
Initial releaseOctober 3, 2012; 11 years ago (2012-10-03)[1]
Final release
5.1.4[2][3] / 18 September 2020; 4 years ago (2020-09-18)
Repositoryhttps://github.com/pump-io/pump.io
Written inJavaScript (Node.js)
Operating systemCross-platform
TypeWeb application framework
LicenseApache License 2.0
Websitepump.io

pump.io is a software package containing a social networking service and communication protocol that can be used as a federated social network.[2] Started by Evan Prodromou, it is a follow-up to his previous microblogging software StatusNet (later merged into GNU social) and its OStatus protocol. It is designed to be more lightweight and usable for general activity streams instead of the predecessor's focus on microblogging timelines, with its goal being to achieve "most of what people want from a social network".[4]

Development of the software started in September 2011,[5] with an initial version being released on October 3, 2012. identi.ca, the largest StatusNet instance at the time (which was also ran by Prodromou), converted to pump.io in June 2013.[6]

While never becoming as popular as its predecessor, the ActivityPump protocol that was designed for it was later used as a template for the creation and standardization of the ActivityPub standard, and development of pump.io has since been discontinued, with the latest version of the engine being released in 2020 and further development concluding by 2022.[7]

Technology

[edit]

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.[6] The software package also uses a NoSQL database such as MongoDB or Redis, and requires GraphicsMagick for uploading media.

Pump.io can be ran easily on hardware with less resources, such as a Raspberry Pi or any other single-board computer. It can be used either with the included Web UI, or other clients via its API.

As a federated social network, pump.io is not tied to a single site. Users across servers can subscribe to and communicate with each other, and if one or more individual nodes go offline the rest of the network remains intact.

ActivityPump

[edit]
ActivityPump
Communication protocol
PurposeFederated social networking
Developer(s)Evan Prodromou et al.
Based onActivity Streams
InfluencedActivityPub
Websitepump.io

ActivityPump is the protocol used by pump.io to allow for federation of user content between different pump.io instances. Compared to OStatus, its microblogging-oriented predecessor, ActivityPump uses the Activity Streams format and its vocabulary to allow for more general interactions between users, as well as to make development of alternative ActivityPump-based social networks easier for software developers, who were forced to operate within the limits of OStatus and its core technologies.

Standardization

[edit]

The W3C Social Web Working Group was launched in July 2014, originally to build on the OpenSocial standard.[8] The working group later changed focus towards building on ActivityPump, using it as a base to build the ActivityPub standard.[9] It was officially published as a Recommendation on January 23, 2018.[10] The protocol has since gone on to become the main standard used in the fediverse, with future development on the standard to be organized by the Social Web Community Group, a successor to the working group.

See also

[edit]

References

[edit]
  1. ^ "Release v0.1.0 · pump-io/pump.io". GitHub. Retrieved 2024-09-19.
  2. ^ a b "pump.io". pump.io.
  3. ^ "Releases · pump-io/pump.io". Github. Retrieved 2020-12-11.
  4. ^ Behrenshausen, Bryan. "pump.io: the decentralized social network that's really fun". opensource.com. Retrieved 21 March 2014.
  5. ^ "GitHub - pump-io/pump.io at 2639acf774b3c6835cf81b88b807e40ea4a75c01". GitHub. Retrieved 2024-09-19.
  6. ^ a b Nathan Willis (March 27, 2013). "StatusNet, Identi.ca, and transitioning to pump.io". LWN.net. Retrieved 2014-03-20.
  7. ^ "Commits · pump-io/pump.io". GitHub. Retrieved 2024-04-04.
  8. ^ Shankland, Stephen. "Social networking built into the Web? W3C gives it a go". CNET.
  9. ^ "Sandstorm And The Social Web". zenhack.net. Archived from the original on 2020-10-30. Retrieved 2017-08-20.
  10. ^ "ActivityPub". www.w3.org.
[edit]