logoalt Hacker News

nbbaieryesterday at 6:06 PM1 replyview on HN

> 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?


Replies

moralestapiayesterday at 7:09 PM

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.