pathom

nivekuil 2023-02-14T17:02:48.356539Z

crazy idea: bidirectional foreign env, server calls client mutations over websocket?

❤️ 1
🤔 1
wilkerlucio 2023-02-14T19:23:02.696889Z

this idea would imply that a client can change the behavior of a server that the user might not control, its doable, but I think its something for user land instead of core land

Tom H. 2023-02-15T04:19:55.459629Z

I’ve been thinking about this as well, I think a peer-to-peer Pathom setup would be really interesting

Tom H. 2023-02-15T04:21:15.332859Z

each peer could have its own environment, parts of which are shared with other peers

Tom H. 2023-02-15T04:22:04.599489Z

shared using a form of https://en.wikipedia.org/wiki/Capability-based_security

souenzzo 2023-02-15T16:27:47.209429Z

I remember that somewhere in om.next drafts/ideas, this idea os the server sending reads/mutations to the client were present.