-
Joined on
2025年08月29日
I'm not quite sure how the rendering concept looks like. I assumed this was a SPA, but this looks more like SSR to me.
Personally, I'm not a fan of banner style comments. Ideally, the function names should already indicate that they are for. And if these functions need to be grouped because their responsibilities...
I like the idea.
What's the use case for this? It seems like it would complicate things a lot.
Could it happen that a request has multiple responses?
I'd probably also add something about that there can not be an error and a result at the same time.
Well there be a defined way of making sure the IDs are different? Like some combination of a timestamp + subject?
Hmm, it feels both a bit over-engineered and also a bit too "loose". Having a request-based system will complicate the socket-handling a lot since the component that handled messages needs to keep...