Pump.io

Summary

pump.io (pronounced "pump eye-oh") is a general-purpose activity streams engine that can be used as a federated social networking protocol which "does most of what people really want from a social network".[4][1] Started by Evan Prodromou, it is a follow-up to GNU social (formerly StatusNet), and is designed to be more lightweight and usable for general data instead of just microblogging.[5] The largest StatusNet instance at the time, Identi.ca, which was the largest StatusNet service and ran by Prodromou, switched to pump.io in June 2013.[6]

pump.io
Original author(s)Evan Prodromou et al.
Developer(s)E14N
Initial releaseSeptember 23, 2016; 7 years ago (2016-09-23)
Final release
5.1.4[1][2] / 18 September 2020; 3 years ago (2020-09-18)
Repositoryhttps://github.com/pump-io/pump.io
Written inJavaScript, Node.js
Operating systemCross-platform
TypeWeb application framework
LicenseApache License, Version 2.0[3]
Websitepump.io

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.

The protocol 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 of the codebase ending in 2022.[7]

Technology edit

Designed to be much more lightweight and efficient than its StatusNet predecessor,[5] 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]

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.

Standardization edit

The W3C Federated Social Web Working Group, launched in July 2014,[8] has produced the ActivityPub standard, based on the protocols used in pump.io as a likely successor to OStatus.[9] It was officially published as a Recommendation on 23 January 2018.[10] The protocol has since gone on to become the main standard used in the fediverse.

See also edit

References edit

  1. ^ a b "pump.io". pump.io.
  2. ^ "Releases · pump-io/pump.io". Github. Retrieved 2020-12-11.
  3. ^ "website". Retrieved 2014-03-22. Licensed under the Apache License, Version 2.0 (the "License")...
  4. ^ Prodromou, Evan. "E14N Post". Archived from the original on 22 March 2014. Retrieved 21 March 2014.
  5. ^ a b Behrenshausen, Bryan. "pump.io: the decentralized social network that's really fun". opensource.com. Retrieved 21 March 2014.
  6. ^ a b c 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.

External links edit

  • Pump.io homepage