Comment by moralestapia

18 hours ago

https://httpstate.com // a super easy to use, batteries included, library and server to exchange small bits of data between apps

https://wafertown.com // the first LLMORPG, you write a prompt and your character "lives" through a simulation of life using it as a guide, interacts with others, etc. sends you a summary of what it did and allows you to steer it for next day. think of it as a small tamagotchi but with hundreds (hopefully thousands!) of other players

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