RE: https://hachyderm.io/@mercutio/116580906616783803
I'm thinking of an Unholy (https://unholy.rtfd.io) dev env on my girlfriend's server, data replication to CouchDB, and that gives me a bunch of room for bots.
RE: https://hachyderm.io/@mercutio/116580906616783803
I'm thinking of an Unholy (https://unholy.rtfd.io) dev env on my girlfriend's server, data replication to CouchDB, and that gives me a bunch of room for bots.
Been reading more, I think I'm going to take a slightly different tact:
actor message passing.
The fabric will receive webhooks, keep a log of events. Individual actors have mailboxes, events, can subscribe to system messages, and have persisted state.
I would love to give it automatic reload, too. Too bad python is really bad at fine-grained reload.