Replies: 1 comment 1 reply
-
then you think about what's available as core std services on the server and client. A bit like what cloud flare works provides. a google example in golang is here. https://github.com/syumai/workers#features A unified one in GOLANG is here. https://github.com/hack-pad/hackpadfs
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am amazed there is not more discussion here, because capsule look really good.
I would like to build up gaoling code such that we can run the same nano worker in a browser as well as in capsule.
so then you can deploy you app to the server or the client. which h means we also get the ability to server search bits from the server, but then upgrade clients with the same warm and so give human users a paw like experience.
the interesting aspect of this is that there is a type of bus between a browser window and the web workers, just like there is the NATS bus between the workers. so I am thinking about how we can have a bus that is agnostic to if its running on the server or c client (browser).
Beta Was this translation helpful? Give feedback.
All reactions