Victor Loux Bookmarks Tag: messaging

4 bookmarks tagged “messaging

wingify/across-tabs: Easy communication between cross-origin browser tabs

github.com/wingify/across-tabs
Safely enables cross-origin communication among different browser tabs. Uses PostMessage API for communication.

Home | Matrix.org

matrix.org/
Matrix is an open standard for decentralised communication, providing simple HTTP APIs and open source reference implementations for securely distributing and persisting JSON over an open federation of servers.

MQTT MQ Telemetry Transport

mqtt.org/
MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport. It is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. For example, it has been used in sensors communicating to a broker via satellite link, over occasional dial-up connections with healthcare providers, and in a range of home automation and small device scenarios. It is also ideal for mobile applications because of its small size, low power usage, minimised data packets, and efficient distribution of information to one or many receivers (more...)