Comment by nbbaier
17 hours ago
> https://httpstate.com // a super easy, batteries included, library and server to exchange small bits of data between apps
This is very cool! What's the stack for the actual server?
17 hours ago
> https://httpstate.com // a super easy, batteries included, library and server to exchange small bits of data between apps
This is very cool! What's the stack for the actual server?
Thanks!
Right now it is Node.js and I store data in an in-memory database.
(I keep no history, state is volatile, I think that of being a feature :)).
There's some work on the roadmap to "standardize" the API spec. and publish servers for most common stacks: Docker (agnostic), Go, node.js and Python.