Develop a local websocket server backend #211

Closed
opened 2022-07-05 01:39:14 +02:00 by blacklight · 0 comments
Owner

Created by: BlackLight

A local websocket server backend (and later a more advanced implementation through a pub/sub mechanism like Apache Kafka) is a good alternative for people who don't want to rely on PushBullet to manage their automation tasks and prefer to have all the flows running on their own infrastructure. Moreover, it's a good start to develop a kind of backend-agnostic architecture, where you can plug any backend you prefer (PushBullet, Google pub/sub, Kafka, local websocket...) to dispatch and synchronize the events across all your devices.

*Created by: BlackLight* A local websocket server backend (and later a more advanced implementation through a pub/sub mechanism like Apache Kafka) is a good alternative for people who don't want to rely on PushBullet to manage their automation tasks and prefer to have all the flows running on their own infrastructure. Moreover, it's a good start to develop a kind of backend-agnostic architecture, where you can plug any backend you prefer (PushBullet, Google pub/sub, Kafka, local websocket...) to dispatch and synchronize the events across all your devices.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#211
No description provided.