initial ideas
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
a1c7c27633
commit
7541165721
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue