Hacker News new | ask | show | jobs
by st0le 1453 days ago
This is pretty nice. Doesn't seem to be working at the moment.

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

2 comments

Oh and the other difference between this and Napkin is that this is stateful. Return something from the reducer to store a new state object
Thanks! What wasn't working for you? Were the requests not coming in? I think I've fixed that. Sorry about that.... HN peak!