initial ideas

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-12-17 14:14:16 -05:00
parent a1c7c27633
commit 7541165721
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,22 @@
# idea-personal-event-srv
idea around a personal event server
idea around a personal event server
## overview
Ideally it would be a network of agents, that can broadcast and see messages, only responding to interested events.
A brokerless setup.
Further, having one or more endpoints for recieving, and even calling webhooks.
The webhooks must be a specified node.
Perhaps the webhooks recieved would broadcast a message on the node network, and specific types of node network messages would translate out to calling a webhook.
# references
* https://github.com/adnanh/webhook
* https://github.com/zeromq/zyre
* https://github.com/zeromq/czmq
* https://github.com/zeromq/gomq
* https://github.com/ethereum/wiki/wiki/Whisper
* https://archive.fosdem.org/2018/schedule/event/whisper/
* https://www.consul.io/