Software:Pump.io

From HandWiki
Short description: General purpose activity streams engine
pump.io
Pump.io.svg
Original author(s)Evan Prodromou et al.
Developer(s)E14N
Stable release
5.1.4[1][2] / 18 September 2020; 3 years ago (2020-09-18)
Written inJavaScript, Node.js
Operating systemCross-platform
TypeWeb application framework
LicenseApache License, Version 2.0[3]
Websitepump.io

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 StatusNet;[5] Identi.ca, which was the largest StatusNet service, switched to pump.io in June 2013.[6]

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.

Technology

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

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

See also

  • Comparison of software and protocols for distributed social networking

References

External links