Show HN: WebReducer – micro event sourcing cloud function (webreducer.dev)
Hey everyone,
WebReducer is a project I've been working on since last December. You can read about my process here: https://offbyone.us/tags/micro-business/
Send some data to WebReducer. Then, write a reducer function to retain some state. You can change the reducer function as much as you want and recreate that state.
Still working on how to explain it. It's a tiny FaaS platform. It's a tiny database. It's micro event sourcing. It's "redux" on the server as a service. It's a backend for tiny personal projects. It's a place to send your webhooks.
I'm looking for feedback on the following:
- Do you get what it is?
- What would you use it for?
- What would I need to iron out for you to seriously consider trying this?
7 comments
[ 2.4 ms ] story [ 25.5 ms ] thread- Do you get what it is?
It's a tiny serverless nodejs platform that comes baked in with a global state store. Supports updates via websockets as well.
- What would you use it for?
If I had to use this for home automation, perhaps have it remember if the "light was on or off" to get toggle functionality to something that doesn't have it.
Reminds me of napkin.io except for the websocket endpoint.
I can share some feedback if you'd like. Feel free to ping me on my email.
I can see myself using it as a side car to a mission critical event sourcing setup. For bug reports, graceful batch restarting of user websockets when my real-time app goes down for maintenance. auxiliary things you may not want managed internally at key times.